Fix errata
This commit is contained in:
parent
6aef061362
commit
d7fc7ef2ee
4 changed files with 4 additions and 4 deletions
|
@ -340,7 +340,7 @@ window.onbeforeunload = (e) => {
|
|||
|
||||
#### Event: 'blur'
|
||||
|
||||
윈도우가 포커스를 잃었을 떄 발생하는 이벤트입니다.
|
||||
윈도우가 포커스를 잃었을 때 발생하는 이벤트입니다.
|
||||
|
||||
#### Event: 'focus'
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ win.loadURL('https://github.com');
|
|||
**참고:** remote 객체가 처음 참조될 때 표시되는
|
||||
[enumerable 속성][enumerable-properties]은 remote를 통해서만 접근할 수 있습니다.
|
||||
|
||||
**참고:** 배열과 버퍼는 `remote` 모듈을 통해 접근할 떄 IPC 를 통해
|
||||
**참고:** 배열과 버퍼는 `remote` 모듈을 통해 접근할 때 IPC 를 통해
|
||||
복사됩니다. 렌더러 프로세스에서의 수정은 메인 프로세스의 것을 수정하지 않으며,
|
||||
반대의 경우도 마찬가지 입니다.
|
||||
|
||||
|
|
|
@ -106,7 +106,7 @@ Process 25244 stopped
|
|||
|
||||
디버깅을 끝내려면, `process continue` 를 실행하세요. 또한 쓰레드에서 실행 줄
|
||||
수를 지정할 수 있습니다 (`thread until 100`). 이 명령은 현재 프레임에서 100 줄에
|
||||
도달하거나 현재 프레임을 나가려고 할 떄 까지 쓰레드를 실행합니다.
|
||||
도달하거나 현재 프레임을 나가려고 할 때 까지 쓰레드를 실행합니다.
|
||||
|
||||
이제, Electron 의 개발자 도구를 열고 `setName` 을 호출하면, 다시 중단점을 만날
|
||||
것 입니다.
|
||||
|
|
|
@ -30,4 +30,4 @@ In Devtron there is a new accessibility tab which will allow you to audit a page
|
|||
|
||||
Both of these tools are using the [Accessibility Developer Tools](https://github.com/GoogleChrome/accessibility-developer-tools) library built by Google for Chrome. You can learn more about the accessibility audit rules this library uses on that [repository's wiki](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules).
|
||||
|
||||
If you know of other great accessibility tools for Electron, add them to the [accessibility documentation](http://electron.atom.io/docs/tutorials/accessibility) with a pull request.
|
||||
If you know of other great accessibility tools for Electron, add them to the [accessibility documentation](http://electron.atom.io/docs/tutorial/accessibility) with a pull request.
|
||||
|
|
Loading…
Add table
Reference in a new issue