iotaledger / curl.lib.js

IOTA Proof-of-Work algorithm ported to Javascript to work in WebGL2-enabled browsers
GNU General Public License v3.0
37 stars 31 forks source link

Clear error message on non WebGL2-enabled browsers #12

Closed ericvrp closed 7 years ago

ericvrp commented 7 years ago

Could this package please provide a nice error message when used on non WebGL2-enabled browsers. I was rather naively trying to use it on a 2011 notebook and saw this error in Google Chrome's developers console until I started to realize what was going on.

curl.min.js:1 Uncaught TypeError: Cannot read property 'MAX_TEXTURE_SIZE' of null at Object. (curl.min.js:1) at n (curl.min.js:1) at Object. (curl.min.js:1) at n (curl.min.js:1) at Object. (curl.min.js:1) at n (curl.min.js:1) at Object. (curl.min.js:1) at n (curl.min.js:1) at curl.min.js:1

paulhandy commented 7 years ago

This error should be resolved in commit 1e72b99