chore: add promise api runtime flag (#15841)
* chore: add promise api runtime flag * add promisification plan document * fix process.md typo
This commit is contained in:
parent
6f116eeaa4
commit
0a5f8611e8
4 changed files with 78 additions and 2 deletions
|
@ -93,7 +93,7 @@ if (process.platform === 'linux') {
|
|||
}
|
||||
|
||||
app.allowNTLMCredentialsForAllDomains = function (allow) {
|
||||
if (!process.noDeprecations) {
|
||||
if (!process.noDeprecation) {
|
||||
deprecate.warn('app.allowNTLMCredentialsForAllDomains', 'session.allowNTLMCredentialsForDomains')
|
||||
}
|
||||
const domains = allow ? '*' : ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue