blob: 6f6852ce5501cf05255f9b341cdd3dc12f8792a7 [file] [log] [blame]
import("./basic.css", { assert: { type: "css" } })
.then(() => postMessage("LOADED"))
.catch(e => postMessage("NOT LOADED"));