UNPKG

imba

Version:

Intuitive and powerful language for building webapps that fly

7 lines (6 loc) 143 B
import url from '__ENTRYPOINT__?worker&url'; export default class CustomWorker extends Worker { constructor(){ super(url); } }