Implement URLRequest::Delegate, handle thread sync.

This commit is contained in:
ali.ibrahim 2016-09-19 11:21:09 +02:00
parent e8d4abe78f
commit 7521aeea09
8 changed files with 229 additions and 22 deletions

View file

@ -57,6 +57,7 @@ void Initialize(v8::Local<v8::Object> exports, v8::Local<v8::Value> unused,
mate::Dictionary dict(isolate, exports);
dict.Set("net", Net::Create(isolate));
dict.Set("Net", Net::GetConstructor(isolate)->GetFunction());
}