summaryrefslogtreecommitdiff
path: root/node_modules/webworker-threads/TODO.md
blob: 0e01a201ac32960c9b9e20e55512312ce1b2ed4c (plain)
1
2
3
4
5
6
* Worker API
    * `setTimeout` / `clearTimeout` / `setInterval` / `clearInterval`
        Forwarding to the default implementation (in NativeModule TimerWrap).
    * `onerror` handler
        Catch runtime errors; also addEventListener 'error'.
    * `dispatchEvent`?