Merge pull request #12595 from Zhangdroid/fix-broken-url
[doc] Fix broken url
This commit is contained in:
commit
e606a74de3
2 changed files with 6 additions and 6 deletions
|
@ -311,12 +311,12 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
|
||||||
macOS. Default is `false`.
|
macOS. Default is `false`.
|
||||||
* `blinkFeatures` String (optional) - A list of feature strings separated by `,`, like
|
* `blinkFeatures` String (optional) - A list of feature strings separated by `,`, like
|
||||||
`CSSVariables,KeyboardEventKey` to enable. The full list of supported feature
|
`CSSVariables,KeyboardEventKey` to enable. The full list of supported feature
|
||||||
strings can be found in the [RuntimeEnabledFeatures.json5][blink-feature-string]
|
strings can be found in the [RuntimeEnabledFeatures.json5][runtime-enabled-features]
|
||||||
file.
|
file.
|
||||||
* `disableBlinkFeatures` String (optional) - A list of feature strings separated by `,`,
|
* `disableBlinkFeatures` String (optional) - A list of feature strings separated by `,`,
|
||||||
like `CSSVariables,KeyboardEventKey` to disable. The full list of supported
|
like `CSSVariables,KeyboardEventKey` to disable. The full list of supported
|
||||||
feature strings can be found in the
|
feature strings can be found in the
|
||||||
[RuntimeEnabledFeatures.json5][blink-feature-string] file.
|
[RuntimeEnabledFeatures.json5][runtime-enabled-features] file.
|
||||||
* `defaultFontFamily` Object (optional) - Sets the default font for the font-family.
|
* `defaultFontFamily` Object (optional) - Sets the default font for the font-family.
|
||||||
* `standard` String (optional) - Defaults to `Times New Roman`.
|
* `standard` String (optional) - Defaults to `Times New Roman`.
|
||||||
* `serif` String (optional) - Defaults to `Times New Roman`.
|
* `serif` String (optional) - Defaults to `Times New Roman`.
|
||||||
|
@ -1491,7 +1491,7 @@ Returns `BrowserView | null` - an attached BrowserView. Returns `null` if none i
|
||||||
**Note:** The BrowserView API is currently experimental and may change or be
|
**Note:** The BrowserView API is currently experimental and may change or be
|
||||||
removed in future Electron releases.
|
removed in future Electron releases.
|
||||||
|
|
||||||
[blink-feature-string]: https://cs.chromium.org/chromium/src/third_party/WebKit/Source/platform/runtime_enabled_features.json5?l=70
|
[runtime-enabled-features]: https://cs.chromium.org/chromium/src/third_party/blink/renderer/platform/runtime_enabled_features.json5?l=70
|
||||||
[page-visibility-api]: https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API
|
[page-visibility-api]: https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API
|
||||||
[quick-look]: https://en.wikipedia.org/wiki/Quick_Look
|
[quick-look]: https://en.wikipedia.org/wiki/Quick_Look
|
||||||
[vibrancy-docs]: https://developer.apple.com/documentation/appkit/nsvisualeffectview?preferredLanguage=objc
|
[vibrancy-docs]: https://developer.apple.com/documentation/appkit/nsvisualeffectview?preferredLanguage=objc
|
||||||
|
|
|
@ -222,7 +222,7 @@ Special values `yes` and `1` are interpreted as `true`, while `no` and `0` are i
|
||||||
|
|
||||||
A list of strings which specifies the blink features to be enabled separated by `,`.
|
A list of strings which specifies the blink features to be enabled separated by `,`.
|
||||||
The full list of supported feature strings can be found in the
|
The full list of supported feature strings can be found in the
|
||||||
[RuntimeEnabledFeatures.json5][blink-feature-string] file.
|
[RuntimeEnabledFeatures.json5][runtime-enabled-features] file.
|
||||||
|
|
||||||
### `disableblinkfeatures`
|
### `disableblinkfeatures`
|
||||||
|
|
||||||
|
@ -232,7 +232,7 @@ The full list of supported feature strings can be found in the
|
||||||
|
|
||||||
A list of strings which specifies the blink features to be disabled separated by `,`.
|
A list of strings which specifies the blink features to be disabled separated by `,`.
|
||||||
The full list of supported feature strings can be found in the
|
The full list of supported feature strings can be found in the
|
||||||
[RuntimeEnabledFeatures.json5][blink-feature-string] file.
|
[RuntimeEnabledFeatures.json5][runtime-enabled-features] file.
|
||||||
|
|
||||||
### `guestinstance`
|
### `guestinstance`
|
||||||
|
|
||||||
|
@ -939,4 +939,4 @@ Emitted when DevTools is closed.
|
||||||
|
|
||||||
Emitted when DevTools is focused / opened.
|
Emitted when DevTools is focused / opened.
|
||||||
|
|
||||||
[blink-feature-string]: https://cs.chromium.org/chromium/src/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5?l=62
|
[runtime-enabled-features]: https://cs.chromium.org/chromium/src/third_party/blink/renderer/platform/runtime_enabled_features.json5?l=70
|
||||||
|
|
Loading…
Reference in a new issue