We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cfb89 commit 5b0d99eCopy full SHA for 5b0d99e
src/browser/extension/inject/pageScript.js
@@ -12,10 +12,13 @@ window.devToolsExtension = function(config = {}) {
12
let isMonitored = false;
13
14
function stringify(obj) {
15
+ return jsan.stringify(obj);
16
+ /*
17
return jsan.stringify(obj, function(key, value) {
18
if (value && value.toJS) { return value.toJS(); }
19
return value;
20
}, null, true);
21
+ */
22
}
23
24
function relaySerialized(message) {
0 commit comments