Closed vdh closed 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
for (var k in window) {
window
Firefox (65.0.1) warns about:
Due to the
for (var k in window) {
loop iterating all the keys ofwindow
. It's similar to https://github.com/ljharb/object-keys/issues/46