📝 Remove additional whitespaces
[ci skip]
This commit is contained in:
parent
b862cee6ec
commit
ba9fa95653
1 changed files with 2 additions and 2 deletions
|
@ -293,9 +293,9 @@ myWindow.webContents.session.setCertificateVerifyProc(function(hostname, cert, c
|
|||
|
||||
* `handler` Function
|
||||
* `webContents` Object - [WebContents](web-contents.md) 권한을 요청.
|
||||
* `permission` String - 'media', 'geolocation', 'notifications',
|
||||
* `permission` String - 'media', 'geolocation', 'notifications',
|
||||
'midiSysex', 'pointerLock', 'fullscreen', 'openExternal'의 나열.
|
||||
* `callback` Function - 권한 허용 및 거부.
|
||||
* `callback` Function - 권한 허용 및 거부.
|
||||
|
||||
`session`의 권한 요청에 응답을 하는데 사용하는 핸들러를 설정합니다.
|
||||
`callback(true)`를 호출하면 권한 제공을 허용하고 `callback(false)`를
|
||||
|
|
Loading…
Reference in a new issue