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