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
This argument has basically used since 3839dd4.
Even when this function was first add in 74f3242 the errback
callback was only used for the IDB failures, not the fetch failures.
Fetch failure were left to propagate to the global error handlers.
The exception here was that when node support was added in emscripten-core#11785 it,
I believe incorrectly used errback to handle file read errors (doesn't
match the web version that does *not* handle fetch error using errback).
This is small cleanup in advance of emscripten-core#24893.
0 commit comments