In StartDynamicImport, if StartModuleLoad failed, the request would be kept in mDynamicImportRequests until shutdown. This fixes the problem by removing it from mDynamicImportRequests once StartModuleLoad fails. Differential Revision: https://phabricator.services.mozilla.com/D213016