Add webFrame.setIsolatedWorldHumanReadableName
This commit is contained in:
parent
f74f113d23
commit
389edb6229
2 changed files with 12 additions and 2 deletions
|
@ -81,6 +81,9 @@ class WebFrame : public mate::Wrappable<WebFrame> {
|
|||
void SetIsolatedWorldContentSecurityPolicy(int world_id,
|
||||
const std::string& security_policy);
|
||||
|
||||
void SetIsolatedWorldHumanReadableName(int world_id,
|
||||
const std::string& name);
|
||||
|
||||
// Resource related methods
|
||||
blink::WebCache::ResourceTypeStats GetResourceUsage(v8::Isolate* isolate);
|
||||
void ClearCache(v8::Isolate* isolate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue