• F
    Declare deliberate "async=true" on XMLHttpRequest open · f926b958
    flaki 提交于
    On some installs, both Firefox & Chrome throws:
    "Fetch failed: " DOMException [InvalidAccessError]: "A parameter or an operation is not supported by the underlying object"
    Due to pre-set async=false (overridden prototype, maybe?)
    This fixes the above issue.
    f926b958
fetch.js 7.9 KB