Fix the build failure
This commit is contained in:
parent
4f6e768426
commit
329fc59113
|
@ -4,6 +4,7 @@ function createContext() {
|
|||
var context = {
|
||||
// required by browserify
|
||||
XMLHttpRequest: function() { throw new Error('not implemented'); },
|
||||
FormData: function() { throw new Error('not implemented'); },
|
||||
|
||||
localStorage: {
|
||||
// used by `debug` module
|
||||
|
|
Loading…
Reference in New Issue