-
Notifications
You must be signed in to change notification settings - Fork 16.2k
feat: Add API to inspect a Shared Worker #16615
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
Conversation
💖 Thanks for opening this pull request! 💖 We use semantic commit messages to streamline the release process. Before your pull request can be merged, you should update your pull request title to start with a semantic prefix. Examples of commit messages with semantic prefixes:
Things that will help get your PR across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closing and reopening to trigger new Archeologist |
206957f
to
770bb4c
Compare
For some reason, CircleCI didn't trigger for this PR. I pulled down the changes into a branch and triggered CircleCI here: https://github.com/electron/electron/runs/57810949 |
Looks like CI is passing now - @jkleinsc can you merge it? Thanks! |
Release Notes Persisted
|
Congrats on merging your first pull request! 🎉🎉🎉 |
I have automatically backported this PR to "5-0-x", please check out #16681 |
Description of Change
This change adds a new inspectSharedWorker() API to enable opening devtools for a shared worker.
Checklist
(https://github.com/electron/electron/blob/master/docs/development/testing.md)
Release Notes
notes: Added new inspectSharedWorker() API to enable opening devtools for a shared worker.