You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What information was incorrect, unhelpful, or incomplete?
Node 18.0.0 is listed as compatible for both Request and Response, but compatibility for all the individual properties is unknown.
It looks like these are generally supported (e.g. Request.url), although it's not clear from the Node docs whether some of the newer properties might have missing or partial support.
What browsers does this problem apply to, if applicable?
Node.js
What did you expect to see?
Node compatibility information for each property of both Request and Response.
null values like these are something we're working to remove from all of BCD and replace with accurate compatibility info. I'm going to close this issue because it folds into our primary goal.
What type of issue is this?
Missing compatibility data
What information was incorrect, unhelpful, or incomplete?
Node 18.0.0 is listed as compatible for both
Request
andResponse
, but compatibility for all the individual properties is unknown.It looks like these are generally supported (e.g.
Request.url
), although it's not clear from the Node docs whether some of the newer properties might have missing or partial support.What browsers does this problem apply to, if applicable?
Node.js
What did you expect to see?
Node compatibility information for each property of both
Request
andResponse
.Did you test this? If so, how?
I'm looking at the main online MDN docs: https://developer.mozilla.org/en-US/docs/Web/API/Request
I haven't yet written a Node test script to check compatibility.
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
Node 18.0.0 release notes: https://nodejs.org/en/blog/release/v18.0.0
Do you have anything more you want to share?
No response
MDN URL
No response
MDN metadata
No response
The text was updated successfully, but these errors were encountered: