1 2 3 4 5 6 7
import("./empty-worklet-script.js") .then(() => { console.log("Fail"); }) .catch(e => { console.log(e.name + ": Success"); });