mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
restore js label to orphan code blocks
This commit is contained in:
@@ -119,7 +119,7 @@ console.log(webFrame.getResourceUsage())
|
||||
|
||||
This will generate:
|
||||
|
||||
```
|
||||
```js
|
||||
{
|
||||
images: {
|
||||
count: 22,
|
||||
@@ -133,7 +133,7 @@ This will generate:
|
||||
xslStyleSheets: { /* same with "images" */ },
|
||||
fonts: { /* same with "images" */ },
|
||||
other: { /* same with "images" */ }
|
||||
})
|
||||
}
|
||||
```
|
||||
|
||||
### `webFrame.clearCache()`
|
||||
|
||||
Reference in New Issue
Block a user