Skip to content

explore removing sync XHR #820

@stefanpenner

Description

@stefanpenner

this one:

xhr.open("GET", chrome.runtime.getURL(`/panes-${minimumVersion}/ember_debug.js`), false);

more context: #817

I'm not 100% sure if it is possible to remove this sync XHR, but potentially it could be done in an initializer and defer/advance readiness?

The code in question was added way back in 2013: de62bd6

It is possible this is required, to win some race. but lets ask @teddyzeenny

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions