UNPKG

imba

Version:

Intuitive and powerful language for building webapps that fly

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