mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove extra spaces
This commit is contained in:
@@ -178,7 +178,7 @@ Returns:
|
||||
Emitted when `webContents` wants to do basic auth.
|
||||
|
||||
The default behavior is to cancel all authentications, to override this you
|
||||
should prevent the default behavior with `event.preventDefault()` and call
|
||||
should prevent the default behavior with `event.preventDefault()` and call
|
||||
`callback(username, password)` with the credentials.
|
||||
|
||||
```javascript
|
||||
|
||||
Reference in New Issue
Block a user