docs: correct the syntax to caniuse.com link (#21048)
This commit is contained in:
parent
caa6e65e38
commit
c4cc6bd1bf
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ own version of standard web platform features.
|
||||||
### How?
|
### How?
|
||||||
|
|
||||||
Operate under the assumption that polyfills in current versions of Electron
|
Operate under the assumption that polyfills in current versions of Electron
|
||||||
are unnecessary. If you have doubts, check [caniuse.com][https://caniuse.com/]
|
are unnecessary. If you have doubts, check [caniuse.com](https://caniuse.com/)
|
||||||
and check if the [version of Chromium used in your Electron version](../api/process.md#processversionschrome-readonly)
|
and check if the [version of Chromium used in your Electron version](../api/process.md#processversionschrome-readonly)
|
||||||
supports the feature you desire.
|
supports the feature you desire.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue