restore js label to orphan code blocks
This commit is contained in:
parent
8527bc360a
commit
e71280f31c
4 changed files with 6 additions and 6 deletions
|
@ -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()`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue