mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
change getBlobData return type from Blob to Buffer, fixes doc and typescript def
This commit is contained in:
@@ -356,7 +356,7 @@ Returns `String` - The user agent for this session.
|
||||
* `callback` Function
|
||||
* `result` Buffer - Blob data.
|
||||
|
||||
Returns `Blob` - The blob data associated with the `identifier`.
|
||||
Returns `Buffer` - The blob data associated with the `identifier`.
|
||||
|
||||
#### `ses.createInterruptedDownload(options)`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user