pretenderjs / pretender

A mock server library with a nice routing DSL
MIT License
1.26k stars 158 forks source link

Fix setting timeout to sync XHR #331

Closed xg-wang closed 3 years ago

xg-wang commented 3 years ago

This happens when creating a sync XHR in a normal window environment, regressed from https://github.com/pretenderjs/pretender/pull/326

Failed to set the 'timeout' property on 'XMLHttpRequest': Timeouts cannot be set for synchronous requests made from a document.