developit / web-worker

Consistent Web Workers in browser and Node.

Home Page:https://npm.im/web-worker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use built in Event & EventTarget

jimmywarting opened this issue · comments

NodeJS ships with Event and EventTarget built in now...
wondering if you could make a major release and base it upon that and also set Node Engine to something like this in package json:

"engines": {
  "node": ">=16"
}

also you should really be using MessageEvent instead.