Khafra
Khafra
When we eventually drop support for node 18, we can finally get rid of our File implementation, which means we won't have to run any FileAPI WPTs anymore!
Of course not 😅. I was just talking about way in the future. We still have our own File.
can we land this? 👀
I made a PR to remove FileReader from fetch tests. This is safe to land in the meantime. https://github.com/web-platform-tests/wpt/pull/44893/
Now that we've removed our File impl. we can stop running the fileapi WPTs altogether.
Two things: - adding a warning is fine, I have no problems with it. - fetch shouldn't be treated as a 1:1 alternative to http, and maybe we should just...
in general fetch needs better documentation, I'd like to see the spec divergence section from the readme also put in the docs
I don't believe undici.request normalized the methods, this issue is referring to fetch.
https://github.com/nodejs/node/issues/51336 another issue regarding this 🫣 - node-fetch and Safari normalize the method (wrong) - Chrome & Firefox & undici do not (correct) I think we should warn on this....
`navigator.platform` isn't deprecated in the spec, only on MDN. I'm pretty sure it's only deprecated there to discourage people from using it (see the note). Also +1 on starting with...