forked from mirrors/gecko-dev
This patch allows us to reject any outstanding requests when terminating a worker. As this is controlled by the module loader, the approach I took here was to reject the promises and allow the moduleloader to shutdown. I am open to alternatives however. Differential Revision: https://phabricator.services.mozilla.com/D173290 |
||
|---|---|---|
| .. | ||
| ImportMap.cpp | ||
| ImportMap.h | ||
| LoadContextBase.cpp | ||
| LoadContextBase.h | ||
| LoadedScript.cpp | ||
| LoadedScript.h | ||
| ModuleLoaderBase.cpp | ||
| ModuleLoaderBase.h | ||
| ModuleLoadRequest.cpp | ||
| ModuleLoadRequest.h | ||
| moz.build | ||
| ResolveResult.h | ||
| ScriptKind.h | ||
| ScriptLoadRequest.cpp | ||
| ScriptLoadRequest.h | ||