Re: [whatwg/dom] once() and on() async utilities for EventTarget (Issue #1038)

The naming issue there is why I originally was thinking about static methods off `EventTarget` directly... so instead of `window.toPromise('event')` it would be `EventTarget.toPromise(window, 'event')` .. but happy to keep bike shedding on it. It's important to get right.

-- 
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/1038#issuecomment-985761833

Received on Friday, 3 December 2021 19:09:55 UTC