UNPKG

270 BPlain TextView Raw
1function add-event-listener (event, cb)
2 @thread.on event, cb
3function close ()
4 @thread.emit \close
5function importScripts ()
6 for p in arguments
7 self.eval native_fs_.readFileSync(p, \utf8)
8onmessage = null
9thread.on \message (args) ~> onmessage? args