service-workers icon indicating copy to clipboard operation
service-workers copied to clipboard

Some models in the `service-worker-mocks` package have incorrect class inheritance

Open DCtheTall opened this issue 5 years ago • 0 comments

According to the spec, Client is not a child of the EventTarget class.

Also the Notification class is a child of the EventTarget class.

FWIW TypeScript agrees with what is in the spec. I'd be happy to supply a PR with a fix, but first, do you guys have open source contributors sign a CLA?

DCtheTall avatar Nov 21 '19 00:11 DCtheTall