Merge pull request #11481 from teiles/master

docs: change getBlobData return type from Blob to Buffer
This commit is contained in:
Zeke Sikelianos 2018-01-05 20:43:26 -08:00 committed by GitHub
commit 4e328a2a08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -358,8 +358,6 @@ Returns `String` - The user agent for this session.
* `callback` Function
* `result` Buffer - Blob data.
Returns `Blob` - The blob data associated with the `identifier`.
#### `ses.createInterruptedDownload(options)`
* `options` Object