diff --git a/docs-translations/ko-KR/api/app.md b/docs-translations/ko-KR/api/app.md index 9372a6d34bbd..f6b9124fcaff 100644 --- a/docs-translations/ko-KR/api/app.md +++ b/docs-translations/ko-KR/api/app.md @@ -546,6 +546,7 @@ Returns `Boolean` - 호출 성공 여부. ### `app.getJumpListSettings()` _Windows_ Returns `Object`: + * `minItems` Integer - 점프 목록에서 보여질 항목의 최소 수 (이 값에 대한 자세한 설명은 [MSDN 문서][JumpListBeginListMSDN])를 보세요. * `removedItems` [JumpListItem[]](structures/jump-list-item.md) - 점프 목록의 사용자 정의 카테고리에서 사용자가 삭제한 diff --git a/docs-translations/ko-KR/api/clipboard.md b/docs-translations/ko-KR/api/clipboard.md index 0c4fbc6bb5ae..890b2349df1d 100644 --- a/docs-translations/ko-KR/api/clipboard.md +++ b/docs-translations/ko-KR/api/clipboard.md @@ -80,6 +80,7 @@ Returns `String` - RTF 형식의 클립보드 내용. ### `clipboard.readBookmark()` _macOS_ _Windows_ Returns `Object`: + * `title` String * `url` String diff --git a/docs-translations/ko-KR/api/crash-reporter.md b/docs-translations/ko-KR/api/crash-reporter.md index c08851f5f45a..aef93680436b 100644 --- a/docs-translations/ko-KR/api/crash-reporter.md +++ b/docs-translations/ko-KR/api/crash-reporter.md @@ -53,6 +53,7 @@ crashReporter.start({ ### `crashReporter.getLastCrashReport()` Returns `Object`: + * `date` String * `ID` Integer @@ -62,6 +63,7 @@ Returns `Object`: ### `crashReporter.getUploadedReports()` Returns `Object[]`: + * `date` String * `ID` Integer diff --git a/docs-translations/ko-KR/api/process.md b/docs-translations/ko-KR/api/process.md index 8dcf948a0285..e8d1f7cc6f74 100644 --- a/docs-translations/ko-KR/api/process.md +++ b/docs-translations/ko-KR/api/process.md @@ -84,6 +84,7 @@ Mac App Store 빌드에선 이 속성이 `true`가 됩니다. 다른 빌드에 ### `process.getProcessMemoryInfo()` Returns `Object`: + * `workingSetSize` Integer - 현재 실제 물리적 RAM에 예약된 메모리의 양. * `peakWorkingSetSize` Integer - 물리적 RAM에 예약된 메모리의 최대 사용량. * `privateBytes` Integer - 다른 프로세스에 공유되지 않은 JS 힙 또는 HTML 콘텐츠와 @@ -97,6 +98,7 @@ Returns `Object`: ### `process.getSystemMemoryInfo()` Returns `Object`: + * `total` Integer - 시스템에서 사용할 수 있는 킬로바이트 단위의 전체 물리적 메모리의 양. * `free` Integer - 애플리케이션이나 디스크 캐시로 사용되지 않은 메모리의 양. diff --git a/docs-translations/ko-KR/api/screen.md b/docs-translations/ko-KR/api/screen.md index c9b7ee1cd168..4bf293bb1d67 100644 --- a/docs-translations/ko-KR/api/screen.md +++ b/docs-translations/ko-KR/api/screen.md @@ -90,6 +90,7 @@ Returns: ### `screen.getCursorScreenPoint()` Returns `Object`: + * `x` Integer * `y` Integer diff --git a/docs-translations/ko-KR/api/web-frame.md b/docs-translations/ko-KR/api/web-frame.md index c9d989374724..7c88d176d907 100644 --- a/docs-translations/ko-KR/api/web-frame.md +++ b/docs-translations/ko-KR/api/web-frame.md @@ -121,6 +121,7 @@ webFrame.registerURLSchemeAsPrivileged('foo', { bypassCSP: false }) ### `webFrame.getResourceUsage()` Returns `Object`: + * `images` [MemoryUsageDetails](structures/memory-usage-details.md) * `cssStyleSheets` [MemoryUsageDetails](structures/memory-usage-details.md) * `xslStyleSheets` [MemoryUsageDetails](structures/memory-usage-details.md) diff --git a/docs-translations/ko-KR/api/web-view-tag.md b/docs-translations/ko-KR/api/web-view-tag.md index e4d17504e1cc..d119253b9753 100644 --- a/docs-translations/ko-KR/api/web-view-tag.md +++ b/docs-translations/ko-KR/api/web-view-tag.md @@ -187,6 +187,21 @@ API를 사용할 수 있습니다. 이를 지정하면 내부에서 로우레벨 "on"으로 지정하면 페이지에서 새로운 창을 열 수 있도록 허용합니다. +### `webpreferences` + +```html + +``` +웹뷰에 설정될 웹 환경설정을 나타내는 `,` 로 구분된 문자열의 목록입니다. +지원되는 환경설정 문자열의 전체 목록은 +[BrowserWindow](browser-window.md#new-browserwindowoptions) 에서 찾을 수 +있습니다. + +문자열은 `window.open` 의 기능 문자열과 같은 형식을 따릅니다. 이름만 있으면 +`true` 불린 값이 주어집니다. 환경설정은 뒤에 값이 오는 `=` 을 넣어서 다른 값을 +설정할 수 있습니다. 특별한 값 `yes` 와 `1` 는 `true` 로 해석되고, `no` 와 `0` 은 +`false` 로 해석됩니다. + ### `blinkfeatures` ```html diff --git a/docs-translations/ko-KR/api/window-open.md b/docs-translations/ko-KR/api/window-open.md index 91100276fa52..e6c89af68b9d 100644 --- a/docs-translations/ko-KR/api/window-open.md +++ b/docs-translations/ko-KR/api/window-open.md @@ -25,6 +25,7 @@ 옵션이어야 합니다. **참고:** + * Node 통합 기능은 열린 `window` 에서 부모 윈도우가 해당 옵션이 비활성화 되어있는 경우 항상 비활성화됩니다. * `features` 에 있는 (Chromium 또는 Electron 에 의해 처리되지 않는) 비표준