WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
164263
SharedArrayBuffer should not have to be in the postMessage transfer list
https://bugs.webkit.org/show_bug.cgi?id=164263
Summary
SharedArrayBuffer should not have to be in the postMessage transfer list
Filip Pizlo
Reported
2016-10-31 20:26:06 PDT
Instead, the new proposal is that SharedArrayBuffer passed to postMessage to a DedicatedWorker will share it regardless of whether or not it's in the transfer list, while if it's passed to any other kind of cloner, it's cloned. Weird, but that's what's being requested.
Attachments
Add attachment
proposed patch, testcase, etc.
Anne van Kesteren
Comment 1
2017-04-24 04:05:13 PDT
That's not quite what the model we ended up with in
https://github.com/whatwg/html/pull/2518
. If it's in the transfer list you get an exception, and if it gets to an agent you cannot share with that agent gets an error.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug