Add devtools API to inspect shared worker. (#16615)
This commit is contained in:
parent
efe52f66e4
commit
392458b252
6 changed files with 31 additions and 0 deletions
|
@ -160,6 +160,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
void EnableDeviceEmulation(const blink::WebDeviceEmulationParams& params);
|
||||
void DisableDeviceEmulation();
|
||||
void InspectElement(int x, int y);
|
||||
void InspectSharedWorker();
|
||||
void InspectServiceWorker();
|
||||
v8::Local<v8::Promise> HasServiceWorker();
|
||||
void UnregisterServiceWorker(const base::Callback<void(bool)>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue