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

@ -107,12 +107,12 @@ Object.defineProperties(exports, {
return require('../web-contents')
}
},
//net: {
// enumerable: true,
// get: function () {
// return require('../net')
// }
//},
net: {
enumerable: true,
get: function () {
return require('../net')
}
},
// The internal modules, invisible unless you know their names.
NavigationController: {