Joseph Pecoraro
Joseph Pecoraro
I think having it on `console` just follows the precedent of `profile`, `profileEnd`, and `timeStamp`. It just so happens that `console` is the namespace where new Web APIs have gone...
Same for [WebKit](https://trac.webkit.org/browser/trunk/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.js#L628).
> From a brief look though, it seems like a bit of a compatibility issue perhaps. Could you elaborate on that? Compatibility issues when introducing new APIs in Web Standards...
> POJO Is that a "Plain Old JavaScript Object"? Yeah, I suspect logging modifications / accesses to a single object is possible in pure JavaScript with Proxy, but having tools...
Some folks that may be interested: @auchenberg, @Fishrock123
> I think the primary concern is indeed making sure other environments are at least interested in adding a no-op function; that shouldn't be too high of a bar. My...
Safari just separated out their own Pause on Assertion Failures setting: https://webkit.org/b/139542 Web Inspector: Add toggles for debugger pauses at console.assert failures
I filed an issue that we should do this in Safari / WebKit a while back. It would not be hard to implement and seems reasonable to me.
After some discussion on discord: ``` /in_builtinkeymap 1 ``` Fixes the issue.
50% of why I did this is so that dracs will stop messaging me about it.