session: add api to create interrupted downloads
This commit is contained in:
parent
54d27a390b
commit
86961d0f44
4 changed files with 76 additions and 5 deletions
|
@ -79,6 +79,7 @@ class Session: public mate::TrackableObject<Session>,
|
|||
std::string GetUserAgent();
|
||||
void GetBlobData(const std::string& uuid,
|
||||
const AtomBlobReader::CompletionCallback& callback);
|
||||
void CreateInterruptedDownload(const mate::Dictionary& options);
|
||||
v8::Local<v8::Value> Cookies(v8::Isolate* isolate);
|
||||
v8::Local<v8::Value> Protocol(v8::Isolate* isolate);
|
||||
v8::Local<v8::Value> WebRequest(v8::Isolate* isolate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue