techmaurice / fidoo

FIDOO: identify file formats in a browser or with node.js
https://rawgit.com/techmaurice/fidoo/master/fidoo-web.html
Other
2 stars 0 forks source link

Load JSON from "local" folder in browser, failover to RawGit CDN #7

Open techmaurice opened 8 years ago

techmaurice commented 8 years ago

At the moment the library loads JSON from the RawGit CDN when run in the browser. This should be "local" folders, and failover to RawGit CDN. This enables browser usage in an offline environment.

techmaurice commented 8 years ago

Browser now loading JSON from "local" folders.

Next up: failover for both browser and node.

techmaurice commented 8 years ago

This is a nice feature but not necessary, postponing it to v0.?. This feature might even never be implemented.