Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 307 Bytes

TODO.md

File metadata and controls

8 lines (8 loc) · 307 Bytes
  • Worker API
    • importScripts Probably just forward to require.
    • setTimeout / clearTimeout / setInterval / clearInterval Forwarding to the default implementation.
    • onerror handler Catch runtime errors; also addEventListener 'error'.
    • dispatchEvent?