page_bytecode_cache_json_module.html (237B)
1 <!DOCTYPE html> 2 <head> 3 <meta charset="utf-8"> 4 <title>JSON module test</title> 5 </head> 6 <body> 7 <h1>JSON module test</h1> 8 <script> 9 import("./page_bytecode_cache_json_module.json", { with: { type: "json"} }); 10 </script> 11 </body>