-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FormData, Response, Request, and Headers have incorrect property descriptors #45099
Comments
If you submit that to WPT, then node will fix that next time we update. If WPT already contains tests but we're not testing that particular submodule, then please see test/wpt/README.md for how to enable them. |
The tests exist https://github.com/web-platform-tests/wpt/blob/master/fetch/api/idlharness.any.js I will look into enabling these tests in node but I've never worked with node's WPT runner and idlharness tests are a little more involved than other tests. 👍 |
I think we already run idlharness tests for other features (for example URL) without issues. |
Cool, I'll look into it once a new version of undici is released and is updated in node. Otherwise a few tests will fail that don't anymore. |
We should probably make sure that Undici is snapshotted, so we can get rid of the lazy-loading without perf implications. |
Hey Team. |
I don't think this issue is actionable. Other globals (Blob and File, if File is ever made a global...) were made getters as well in #45659.
|
Version
v18.11.0
Platform
Microsoft Windows NT 10.0.19043.0 x64
Subsystem
No response
What steps will reproduce the bug?
The property descriptors should match such that this test succeeds:
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
the tests from above pass
What do you see instead?
the descriptors are inconsistent with other environments
Additional information
No response
The text was updated successfully, but these errors were encountered: