Thanks Yoshi for working on this Note that we do have a DevTools bug (https://bugzilla.mozilla.org/show_bug.cgi?id=1898549), to check that scripts using deferred imports can still be used properly in the Debugger On Tuesday, November 18, 2025 at 11:01:14 AM UTC+1 Yoshi Huang wrote:
> *Summary:* > `import defer` allows lazily evaluating ES modules, to reduce the > performance impact of modules that are not actually needed from the startup. > > *Bug*: https://bugzilla.mozilla.org/show_bug.cgi?id=1898544 > > *Specification: *https://tc39.es/proposal-defer-import-eval/ > > *Standards Body*: ECMA > > *Platform coverage*: ALL > > *Preference*: javascript.options.experimental.defer_import_eval > > *DevTools bug*: n/a > > *Link to standards-positions discussion*: n/a > > *Other browsers*: > Chrome: https://issues.chromium.org/issues/398218423 > Webkit: https://bugs.webkit.org/show_bug.cgi?id=282882 > > *web-platform-tests*: n/a, it is tested by test262 > test262/language/import/import-defer > > -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/949c3f0e-d52c-4890-a805-cd6fdf3b70edn%40mozilla.org.
