Closed
Bug 878461
Opened 12 years ago
Closed 12 years ago
Structured clone algorithm (postMessage) makes unnecessary objects?
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 789593
People
(Reporter: CoolCmd, Unassigned)
Details
Attachments
(1 file)
|
670 bytes,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0 (Beta/Release)
Build ID: 20130511120803
Steps to reproduce:
Run testcase.
Actual results:
Firefox 21: false
Structured clone algorithm made two ArrayBuffer objects, each of them has 1 view object.
Expected results:
Chrome 27: true
Opera 12.15: true
IE10: I don't have IE10
Structured clone algorithm made one ArrayBuffer object, that have 2 view objects.
Updated•12 years ago
|
Flags: needinfo?(sphink)
Comment 1•12 years ago
|
||
Fixed in bug 789593, which looks like it'll be in Firefox 23.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Flags: needinfo?(sphink)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•