From 19f2d42c0748da25f1dde3fb32bab35130a870ef Mon Sep 17 00:00:00 2001 From: Ted Eiles Date: Tue, 19 Dec 2017 19:52:59 -0500 Subject: [PATCH] change getBlobData return type from Blob to Buffer, fixes doc and typescript def --- docs/api/session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/session.md b/docs/api/session.md index aa975fddd54f..b84535aa625e 100644 --- a/docs/api/session.md +++ b/docs/api/session.md @@ -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)`