Refactor(Compiler): Fix the bug that unable to initialize compiler

This commit is contained in:
2024-05-21 16:01:40 +08:00
parent 898075cf6e
commit 3dc434a6ac

View File

@@ -56,7 +56,8 @@ protocol.registerSchemesAsPrivileged([
scheme: 'local',
privileges: {
standard: true,
secure: true
secure: true,
supportFetchAPI: true
}
}
])