WICG / close-watcher

A web API proposal for watching for close requests (e.g. Esc, Android back button, ...)
https://html.spec.whatwg.org/multipage/interaction.html#close-requests-and-close-watchers
71 stars 5 forks source link

Rename signalClose() #14

Closed domenic closed 2 years ago

domenic commented 2 years ago

Feedback from @annevk and @smaug---- is that signalClose() as a method name is too confusing with the existing AbortSignal. Especially after #13.

Probably the best alternate name is just close().