mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
fix: more controller patches
This commit is contained in:
parent
7d8669c137
commit
80592c81a7
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ export class ScramjetController {
|
|||
pushsourcemapfn: "$scramjet$pushsourcemap",
|
||||
},
|
||||
files: {
|
||||
wasm: "/scramjet.wasm.wasm",
|
||||
wasm: "/scramjet.wasm.js",
|
||||
shared: "/scramjet.shared.js",
|
||||
worker: "/scramjet.worker.js",
|
||||
client: "/scramjet.client.js",
|
||||
|
@ -29,10 +29,10 @@ export class ScramjetController {
|
|||
flags: {
|
||||
serviceworkers: false,
|
||||
syncxhr: false,
|
||||
strictRewrites: true,
|
||||
naiiveRewriter: false,
|
||||
strictRewrites: true,
|
||||
rewriterLogs: true,
|
||||
captureErrors: true,
|
||||
captureErrors: false,
|
||||
cleanErrors: false,
|
||||
scramitize: false,
|
||||
sourcemaps: false,
|
||||
|
|
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -26,8 +26,8 @@ import { ScramjetFrame } from "./controller/frame";
|
|||
type ScramjetFlags = {
|
||||
serviceworkers: boolean;
|
||||
syncxhr: boolean;
|
||||
strictRewrites: boolean;
|
||||
naiiveRewriter: boolean;
|
||||
strictRewrites: boolean;
|
||||
rewriterLogs: boolean;
|
||||
captureErrors: boolean;
|
||||
cleanErrors: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue