change getBlobData return type from Blob to Buffer, fixes doc and typescript def

This commit is contained in:
Ted Eiles 2017-12-19 19:52:59 -05:00
parent 781311aa3c
commit 19f2d42c07

View file

@ -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)`