cwrc / HuViz

LOD visualization tool for humanities datasets
8 stars 1 forks source link

consider options for reload of local files – server, IndexedDB, gist or data: #345

Open smurp opened 5 years ago

smurp commented 5 years ago

I think the idea here is to figure out how to reload local data files... and the suggestion in this case is to make use of the data: uri protocol to place the actual file contents in the url itself. This is advantageous because then the url can be shared with someone else. This is disadvantageous because maybe the file is too large to be transmitted in this way.

Alternatives are to place the file contents: