summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/css-module/resources/worker-dynamic-import.sub.js
blob: 30dc8cde85744884e66b2f5570876dedf62e8e7e (plain)
1
2
3
import("./record-fetch.py?key={{GET[key]}}&action=incCount", { with: { type: "css" } })
  .then(() => postMessage("LOADED"))
  .catch(e => postMessage("NOT LOADED"));