Load a dat webpage in a regular browser using dat-js.
- Loads pages off the Dat network
- Fully client-side single page application
- Use
?url=someurl
in the address bar to load adat://
URL - Automatically rewrites links to
dat://
URLs to load through the page - Detects images and loads them from Dat as
blob:
URLs
- Intercept
XMLHTTPRequest.prototype.open
- Intercept `fetch()``
- Support arraybuffer responseType
- DatArchive API
-
experimental.datPeers
API - Use streaming for resource rewriting