Summary:
`import defer` allows lazily evaluating ES modules, to reduce the performance impact of modules that are not actually needed from the startup.
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:
web-platform-tests: n/a, it is tested by test262
test262/language/import/import-defer