mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Bug 1330657 - Enable <script type="module"> behind a pref
This commit is contained in:
parent
db68ce927e
commit
408d61b4f0
3 changed files with 20 additions and 3 deletions
|
|
@ -568,6 +568,8 @@ private:
|
|||
JS::SourceBufferHolder GetScriptSource(nsScriptLoadRequest* aRequest,
|
||||
nsAutoString& inlineData);
|
||||
|
||||
bool ModuleScriptsEnabled();
|
||||
|
||||
void SetModuleFetchStarted(nsModuleLoadRequest *aRequest);
|
||||
void SetModuleFetchFinishedAndResumeWaitingRequests(nsModuleLoadRequest *aRequest,
|
||||
nsresult aResult);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue