mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs: replace the atom.io headers URL with electronjs.org (#18328)
This commit is contained in:
committed by
Cheng Zhao
parent
d1207e9d8f
commit
e73a0e6cc6
@@ -8,6 +8,16 @@ The `FIXME` string is used in code comments to denote things that should be fixe
|
||||
|
||||
## Planned Breaking API Changes (7.0)
|
||||
|
||||
### Node Headers URL
|
||||
|
||||
This is the URL specified as `disturl` in a `.npmrc` file or as the `--dist-url`
|
||||
command line flag when building native Node modules. Both will be supported for
|
||||
the forseeable future but it is reccomened that you switch.
|
||||
|
||||
Deprecated: https://atom.io/download/electron
|
||||
|
||||
Replace with: https://electronjs.org/headers
|
||||
|
||||
### `session.clearAuthCache(options)`
|
||||
|
||||
The `session.clearAuthCache` API no longer accepts options for what to clear, and instead unconditionally clears the whole cache.
|
||||
|
||||
Reference in New Issue
Block a user