-
Notifications
You must be signed in to change notification settings - Fork 47k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Experimental Event API: Remove "listener" from event objects (#15391)
- Loading branch information
Showing
8 changed files
with
139 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Just noticed this. AFAIK we don't technically depend on
Array.from
yet. So if this gets outside the feature flag, we'll need to remember to convert it to use a polyfill. Or we should be clear that Flare needs more polyfills for IE11.