Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement WorkerGlobalScope.close #4426

Open
jdm opened this issue Dec 18, 2014 · 3 comments
Open

Implement WorkerGlobalScope.close #4426

jdm opened this issue Dec 18, 2014 · 3 comments
Labels
A-content/dom Interacting with the DOM from web content

Comments

@jdm
Copy link
Member

jdm commented Dec 18, 2014

Spec: https://html.spec.whatwg.org/multipage/workers.html#the-workerglobalscope-common-interface:dom-workerglobalscope-close
Tests: workers/interfaces/WorkerGlobalScope/close/
Code: components/script/dom/workerglobalscope.rs

@jdm jdm added the A-content/dom Interacting with the DOM from web content label Dec 18, 2014
@jwilm
Copy link
Contributor

jwilm commented Apr 26, 2015

There's plumbing for this in #5846

@jwilm
Copy link
Contributor

jwilm commented Apr 27, 2015

I'll take this

@jwilm
Copy link
Contributor

jwilm commented Apr 27, 2015

The Close implementation is trivial with the above PR, but the tests make use of worker.onerror and are thus blocked on #3311.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-content/dom Interacting with the DOM from web content
Projects
None yet
Development

No branches or pull requests

2 participants