You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix browser REPL based on debugging session with Kovas Boguta
patching `goog.require` is the wrong approach for browsers. It will fail when
loading a dependency graph the browser has not already seen. Instead
patch `goog.provide` so it doesn't throw and suppress errors from
`goog.writeScriptTag_` when writing to the document after the page has loaded.
0 commit comments