paulmillr / console-polyfill

Browser console methods polyfill.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaks on Chrome Version 43.0.2341.0 canary (64-bit)

jhiggins-thrillist opened this issue · comments

Uncaught TypeError: Cannot set property memory of #<Console> which has only a getter
    at window.console (<anonymous>:14:45)
    at <anonymous>:16:3
    at Object.InjectedScript._evaluateOn (<anonymous>:895:140)
    at Object.InjectedScript._evaluateAndWrap (<anonymous>:828:34)
    at Object.InjectedScript.evaluate (<anonymous>:694:21)

I don't know if this will make it in to a release, but it might be a good idea to wrap these assignments in a try/catch.

Are you using 0.2.1?

Oops, sorry. Didn't see the update. Thanks!