[Bug 13165] How should result be serialized?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13165

Philip Jägenstedt <philipj@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philipj@opera.com

--- Comment #1 from Philip Jägenstedt <philipj@opera.com> 2011-07-06 21:33:21 UTC ---
Step 5 says "Return the result of serializing result to JSON." but doesn't
define how to serialize it. I suggest referencing JSON.stringify from [ECMA262]
section 15.12.3 with no replacer or space parameter given, such that it is
exactly equivalent to calling JSON.stringify(result).

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 6 July 2011 21:33:31 UTC