mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-03 01:38:46 +02:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
import { f } from "./file_script_module_import_imported.mjs";
|
|
|
|
f();
|
|
|
|
window.dispatchEvent(new Event("test_evaluated"));
|