Closed runnerSnail closed 4 years ago
I really think XMLHttpRequest
is a big ole can of worms. It is a really old API with a load of crap to try to make it compatible with the browsers. IMO we really have to draw the line of "browser compatibility" somewhere.
The best thing is that is someone desired, to use the built in Deno bindings to create a polyfill in std
and bring it into core if it actually worked well.
I agree with @kitsonk - it would be great if we didn't support XHR.
@MarkTiedemann I believe that "progress events" are available through fetch streaming?
Won’t implement
I'm having problems with WASM files generated with emscripten because it uses in JS wrapper XMLHttpRequest
.
I believe
XMLHttpRequest
is needed for uploadprogress
events.Download progress can be measured with
fetch
already: