linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
566 stars 146 forks source link

Add support for browser Native File System #354

Open timbl opened 5 years ago

timbl commented 5 years ago

See http://wicg.github.io/native-file-system/

https://developers.chrome.com/origintrials/#/view_trial/3868592079911256065

https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/noan0cgEBGQ/t8DuK8_hDwAJ

jeff-zucker commented 4 years ago

The browser native file system is supported in solid-rest through the BrowserFS project which handles multiple forms of in-browser storage (localStorage, indexedDB, Native File API, and others) as well as cloud storage. The indexedDB portion is working in rdflib/mashlib, for example, in Data Kitchen.