Open anicolao opened 9 years ago
The required block in core/node.js is something like
if (typeof localStorage === "undefined" || localStorage === null) { var l = require('node-localstorage').LocalStorage; if (l) { global.localStorage = new l("./localstorage"); } }
The required block in core/node.js is something like