jameslnewell / xhr-mock

Utility for mocking XMLHttpRequest.
196 stars 48 forks source link

closes #79 implement overrideMimeType as a noop #107

Open csimi opened 3 years ago

csimi commented 3 years ago

Based on https://xhr.spec.whatwg.org/#the-overridemimetype()-method exception should be thrown in LOADING and DONE state, otherwise do nothing.

ashwinGokhale commented 3 years ago

@csimi @jameslnewell any traction on this?