2 lines
56 B
JavaScript
2 lines
56 B
JavaScript
|
import handler from "./handler.js";
|
||
|
onmessage = handler;
|