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

feat: allow inspection of specific shared workers #20389

Merged
merged 1 commit into from Oct 2, 2019

Conversation

miniak
Copy link
Contributor

@miniak miniak commented Oct 1, 2019

Description of Change

Added APIs to allow electron to get a list of shared web workers and then inspect
a shared worker based on its ID.

Checklist

Release Notes

Notes: Added ability to inspect specific shared workers: contents.getAllSharedWorkers() / contents.inspectSharedWorkerById(workerId).

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Oct 1, 2019
@miniak
Copy link
Contributor Author

miniak commented Oct 1, 2019

Replaces #19793

@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Oct 2, 2019
@miniak miniak requested a review from deepak1556 October 2, 2019 07:57
@codebytere codebytere merged commit 2f03d39 into master Oct 2, 2019
@release-clerk
Copy link

release-clerk bot commented Oct 2, 2019

Release Notes Persisted

Added ability to inspect specific shared workers: contents.getAllSharedWorkers() / contents.inspectSharedWorkerById(workerId).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants