mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 07:30:02 -04:00
fix dummy serviceworker methods
This commit is contained in:
parent
1a98345d9e
commit
dad6cf1371
3 changed files with 23 additions and 4 deletions
|
@ -9,10 +9,6 @@ export default function (client: ScramjetClient, self: typeof globalThis) {
|
|||
if (typeof ctx.args[0] === "string" || ctx.args[0] instanceof URL) {
|
||||
ctx.args[0].toString();
|
||||
ctx.args[0] = encodeUrl(ctx.args[0].toString());
|
||||
} else if (ctx.args[0] instanceof Request && ctx.args[0].url) {
|
||||
Object.defineProperty(ctx.args[0], "url", {
|
||||
value: encodeUrl(ctx.args[0].url),
|
||||
});
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue