Update changes to ko-KR/api/web-contents.md
This commit is contained in:
parent
7e186cee55
commit
81de0518d9
1 changed files with 5 additions and 0 deletions
|
@ -1111,6 +1111,11 @@ win.webContents.on('did-finish-load', () => {
|
|||
|
||||
*오프 스크린 렌더링* 이 활성화된 경우 현재 프레임 레이트를 반환합니다.
|
||||
|
||||
#### `contents.invalidate()`
|
||||
|
||||
*오프 스크린 렌더링* 이 활성화된 경우 프레임을 무효화 하고 `'paint'` 이벤트를
|
||||
통해 새로 만듭니다.
|
||||
|
||||
### Instance Properties
|
||||
|
||||
#### `contents.id`
|
||||
|
|
Loading…
Reference in a new issue