mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 07:20:02 -04:00
PERCS PLEASE FILL THIS IN dot js
This commit is contained in:
parent
6882ceff9b
commit
9bd880ac8a
9 changed files with 163 additions and 161 deletions
|
@ -202,7 +202,7 @@ export default function (client: ScramjetClient, self: typeof window) {
|
|||
set(ctx, value: string) {
|
||||
let newval;
|
||||
if (ctx.this instanceof self.HTMLScriptElement) {
|
||||
newval = rewriteJs(value, client.meta);
|
||||
newval = rewriteJs(value, "(anonymous script element)", client.meta);
|
||||
} else if (ctx.this instanceof self.HTMLStyleElement) {
|
||||
newval = rewriteCss(value, client.meta);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue