Changes

Jump to: navigation, search

Remote Debugging Protocol

518 bytes added, 22:15, 9 August 2013
[master 1fd34ea] Merge Benvie's non-JSONable value grip (Infinity, -0, etc) docs.
This represents the JavaScript <tt>undefined</tt> value. (<tt>undefined</tt> has no direct representation in JSON.)
 
{ "type":"Infinity" }
 
This represents the JavaScript <tt>Infinity</tt> value. (<tt>Infinity</tt> has no direct representation in JSON.)
 
{ "type":"-Infinity" }
 
This represents the JavaScript <tt>-Infinity</tt> value. (<tt>-Infinity</tt> has no direct representation in JSON.)
 
{ "type":"NaN" }
 
This represents the JavaScript <tt>NaN</tt> value. (<tt>NaN</tt> has no direct representation in JSON.)
 
{ "type":"-0" }
 
This represents the JavaScript <tt>-0</tt> value. (<tt>-0</tt> stringifies to JSON as 0.)
{ "type":"object", "class":<i>className</i>, "actor":<i>actor</i> }
Confirm
496
edits

Navigation menu