Former-commit-id: 212212dd30cdd9bdcadeff2a8262c2d38149a5eb
@@ -55,6 +55,7 @@
const Blob = window.Blob;
const requestAnimationFrame = window.requestAnimationFrame;
const cancelAnimationFrame = window.cancelAnimationFrame;
+ const console = window.console;
const observers = new Map();
const observedElements = new Map();
@@ -34,6 +34,7 @@
const fetch = window.fetch;
const addEventListener = window.addEventListener;
const pushState = history.pushState;
let warningDisplayed;
history.pushState = function (state, title, url) {