Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix use of timeout property for synchronous XMLHttpRequests
Convert XMLHttpRequests to be asynchronous to allow for the use of the timeout property. The timeout property can't be used for synchronous requests in a document environment (window/iframe) or an `InvalidAccessError` is thrown.
- Loading branch information