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.
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 thedata:
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:
IndexedDB
data:
protocol uri