mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
* Add html_all_collection type to correct typeof document.all * process HTMLAllCollection like HTMLElement + fix flow issue * fix lint * move flow fix comment * Make it work with iframes too * optimize how we get html_all_collection type * use once Object.prototype.toString.call