Refactor(Compiler): Fix the bug that unable to initialize compiler
This commit is contained in:
@@ -56,7 +56,8 @@ protocol.registerSchemesAsPrivileged([
|
|||||||
scheme: 'local',
|
scheme: 'local',
|
||||||
privileges: {
|
privileges: {
|
||||||
standard: true,
|
standard: true,
|
||||||
secure: true
|
secure: true,
|
||||||
|
supportFetchAPI: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user