gyuque / livizjs

Interactive Graphviz in javascript
204 stars 20 forks source link

Google Chrome 24 issue (Uncaught Error: TYPE_MISMATCH_ERR: DOM File Exception 11) #6

Open lndb opened 11 years ago

lndb commented 11 years ago

With the release of Google Chrome 24, the WebKitBlobBuilder API has been removed: http://thenextweb.com/google/2012/11/08/google-releases-chrome-24-beta-says-browser-has-become-26-faster-since-last-year/

The issue is in the stopgo.js file, which I solved here: https://github.com/lndb/jsPlumb_Liviz.js/blob/master/Liviz.js/stopgo.js

josepvalls commented 11 years ago

Developers, please update trunk and demo. I can confirm the code modified by Indb works correctly as a drop-in replacement for the current worker-stopgo.js file. Kudos Indb!