New issue
Advanced search Search tips

Issue 679654 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Nov 15
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

Make worker creation message for SharedWorker asynchronous

Project Member Reported by nhiroki@chromium.org, Jan 10 2017

Issue description

Currently, worker creation message for SharedWorker is synchronous because the ctor of SharedWorker needs to throw an exception in the case where worker creation fails. This behavior was defined by the HTML spec, but it was revised and now there is no case to thrown an exception (see  issue 538914 ). Therefore, we no longer have to make it synchronous.

This was pointed out by horo@:
https://codereview.chromium.org/2600113003/#msg40
 
Owner: nhiroki@chromium.org
Status: Started (was: Available)
I'm working on this with  issue 612308 
Status: WontFix (was: Started)
WontFix: SharedWorker was already mojofied without synchronous IPC.

Sign in to add a comment