bug1656248_script.mjs (1156B)
1 // Import a module which should be resolved relative to this script's URL. 2 import("./bug1656248_import.mjs") 3 .then(ns => window.parent.checkResult(ns.default)) 4 .catch(e => window.parent.checkResult(`error: ${e}`)); 5 6 // To trigger the bytecode cache, this script needs to be at least 1KB. 7 // To trigger the bytecode cache, this script needs to be at least 1KB. 8 // To trigger the bytecode cache, this script needs to be at least 1KB. 9 // To trigger the bytecode cache, this script needs to be at least 1KB. 10 // To trigger the bytecode cache, this script needs to be at least 1KB. 11 // To trigger the bytecode cache, this script needs to be at least 1KB. 12 // To trigger the bytecode cache, this script needs to be at least 1KB. 13 // To trigger the bytecode cache, this script needs to be at least 1KB. 14 // To trigger the bytecode cache, this script needs to be at least 1KB. 15 // To trigger the bytecode cache, this script needs to be at least 1KB. 16 // To trigger the bytecode cache, this script needs to be at least 1KB. 17 // To trigger the bytecode cache, this script needs to be at least 1KB. 18 // To trigger the bytecode cache, this script needs to be at least 1KB.