devtools: api to inspect service worker for current webcontents
This commit is contained in:
parent
827741a9c6
commit
46d80e8f05
4 changed files with 18 additions and 0 deletions
|
@ -68,6 +68,7 @@ class WebContents : public mate::EventEmitter,
|
|||
void InspectElement(int x, int y);
|
||||
void HasServiceWorker(const base::Callback<void(bool)>&);
|
||||
void UnregisterServiceWorker(const base::Callback<void(bool)>&);
|
||||
void InspectServiceWorker();
|
||||
|
||||
// Editing commands.
|
||||
void Undo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue