import from UXP: Issue #618 - Add clarifying code comments. (33634721)

This commit is contained in:
2022-04-15 11:47:13 +08:00
parent f5be0e0d1e
commit 6c5977befd
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -421,6 +421,10 @@ ScriptLoader::SetModuleFetchFinishedAndResumeWaitingRequests(ModuleLoadRequest *
{
// Update module map with the result of fetching a single module script. The
// module script pointer is nullptr on error.
//
// If any requests for the same URL are waiting on this one to complete, they
// will have ModuleLoaded or LoadFailed on them when the promise is
// resolved/rejected. This is set up in StartLoad.
MOZ_ASSERT(!aRequest->IsReadyToRun());