es-shims / es5-shim

ECMAScript 5 compatibility shims for legacy (and modern) JavaScript engines
MIT License
7.12k stars 899 forks source link

`hasAutomationEqualityBug` triggers deprecation warnings in Firefox #459

Closed vdh closed 5 years ago

vdh commented 5 years ago

Firefox (65.0.1) warns about:

onmozfullscreenchange is deprecated.
onmozfullscreenerror is deprecated.

Due to the for (var k in window) { loop iterating all the keys of window. It's similar to https://github.com/ljharb/object-keys/issues/46