Sven Anders Robbestad
Sven Anders Robbestad
We already have a listener set up for contracts. As long as they emit an error event it should be very easy to add this `declineTransaction` functionality there. Debugging this.
Here's a good way to check for it: https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API#feature-detecting_localstorage What do you want to do when it's unavailable?
I doubt there's enough horsepower in the M1 to use this. But I'd also love to see a Dockerfile
``` pathRewrite: function (path, req) { if (path == "/" || path == "") { return "/index.html"; } return path.replace("^/", "/"); } ```