1
0
Fork 0

Added http, https stubs

This commit is contained in:
Alan Plum 2015-09-19 02:45:07 +02:00
parent 56a5912260
commit ca793a3f5d
3 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@ assert: 0.11.0
buffer: 0.11.0 (SlowBuffer)
child_process: not supported
events: 0.10.25
http: not supported
https: not supported
net: compatibility
path: 0.11.0 (process)
punycode: 0.11.0

1
js/node/http.js Normal file
View File

@ -0,0 +1 @@
// not supported

1
js/node/https.js Normal file
View File

@ -0,0 +1 @@
// not supported