Bug 1615273 Comment 9 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Tom Tung [:tt, :ttung] from comment #8)
> The error message looks like cannot sharedwork construct arrayBufferOrSharedArrayBuffer anymore?
> I did an AB test and D62371 affects the result. Will look into it more.

I guess SharedWorker throws when constructing an ArrayBuffer so that the wpt test timeout'ed when SAB is disabled (it's only enabled on early Beta and Nightly). D62371 only reveals this issue.

Now the problem is why it SharedWorker behaves differently from other workers.
(In reply to Tom Tung [:tt, :ttung] from comment #8)
> The error message looks like cannot sharedwork construct arrayBufferOrSharedArrayBuffer anymore?
> I did an AB test and D62371 affects the result. Will look into it more.

I guess SharedWorker throws when constructing an SharedArrayBuffer so that the wpt test timeout'ed when SAB is disabled (it's only enabled on early Beta and Nightly). D62371 only reveals this issue.

Now the problem is why it SharedWorker behaves differently from other workers.

Back to Bug 1615273 Comment 9