Re: [whatwg/dom] document.createEvent() should maybe not be conditional upon exposure (#952)

It makes sense, but it might well break code that does
```js
if ("TouchEvent" in self) { ... }
```
and the precedent was set by WebKit as I understand it, so legacy code would assume WebKit's model.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/952#issuecomment-788766416

Received on Tuesday, 2 March 2021 09:34:24 UTC