Node: build a NodeJS compatible version.
Implement a basic FormData support, used to serialize the POST body. Use xhr2 library to replicate XHMLHttpRequest. Desactivate all broken storages (IndexedDB, localstorage, webdav, ...) which rely on browser API. Thanks to Aurelien Calonne <aurel@nexedi.com> and Guillaume Royer <guillaume.royer@clearroad.io> for their contributions.
Showing
external/xhr2.js
0 → 100644
This diff is collapsed.
src/node/jio-compat.js
0 → 100644
src/node/jio-end.js
0 → 100644
src/node/jio-external.js
0 → 100644
src/node/jio-start.js
0 → 100644
src/node/jio.js
0 → 100644
test/node.js
0 → 100644
test/node/node-require.js
0 → 100644
test/node/sinon-require.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment