WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
261377
Propagate active script for import() through setTimeout and other string evaluators
https://bugs.webkit.org/show_bug.cgi?id=261377
Summary
Propagate active script for import() through setTimeout and other string eval...
Domenic Denicola
Reported
2023-09-09 15:01:51 PDT
See various string-compilation-* tests at
https://wpt.fyi/results/html/semantics/scripting-1/the-script-element/module/dynamic-import?label=master&label=experimental&product=chrome&product=firefox&product=safari&aligned&q=%2Fhtml%2Fsemantics%2Fscripting-1%2Fthe-script-element%2Fmodule%2Fdynamic-import%2F
, plus the new one I'm adding at
https://github.com/web-platform-tests/wpt/pull/41895
. The basic goal is that things like eval(`import("./some-relative-url.mjs")`); or setTimeout(`import("./some-relative-url.mjs")`); should behave the same as import("./some-relative-url.mjs");
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-09-10 18:24:09 PDT
<
rdar://problem/115264021
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug