You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-enable XHR as fallback for fetch on webview (#22026)
In #22015 we switched `readAsync` to be based on fetch rather than
XHR. However that broke the assumption in `getBinaryenPromise` that was
assuming `readAsync` was XHR-based.
This change reinstates the XHR fallback in the case of webviews where
loading from `file://` URLs is not only possible but (apparently)
common.
Sadly we don't have any webview tests so I have no way to actually test
this within our current frameworks.
0 commit comments