-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make a few DOM properties nullable and IDL classes iterable
Summary: These DOM properties are definitely nullable, though in the average case they probably exist. I assume it's best for the type definitions to cover all the possibilities. For the iterability, Chome added these in a few releases ago and the next release of core-js should include polyfill logic for them. More info in zloirock/core-js#249 Closes #3127 Differential Revision: D4388268 Pulled By: gabelevi fbshipit-source-id: 282238b38f82fb71db87f88eb7f9583c20286724
- Loading branch information
1 parent
9c5de9a
commit 9c2c536
Showing
3 changed files
with
8,400 additions
and
1,285 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
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.