The use of this.data in localtransport.js conflicts with this.data-object from the module instance properties.
I patched it by replacing “this.data;” with “this.response;” in all its occurrences in localtransport.js.
#enjoy
The use of this.data in localtransport.js conflicts with this.data-object from the module instance properties.
I patched it by replacing “this.data;” with “this.response;” in all its occurrences in localtransport.js.
#enjoy