mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
e016ee7446
Implement functionality for feature-detecting webStorage |
||
---|---|---|
.. | ||
application_fetcher.js | ||
coa_fetcher.js | ||
edition_fetcher.js | ||
edition_list_fetcher.js | ||
license_fetcher.js | ||
notification_fetcher.js | ||
ownership_fetcher.js | ||
piece_fetcher.js | ||
piece_list_fetcher.js | ||
prize_list_fetcher.js | ||
README.md | ||
s3_fetcher.js | ||
wallet_settings_fetcher.js |
README
Recently, we've been discovering alt.js's sources. As it allows us to implement caching as well as avoid a lot of unnecessary boilerplate code, we do not want to write any more NEW fetcher
s.
So if you need to query an endpoint, or if you make active changes to one of the fetcher
s, please consider refactoring it to a source
.
Also, please read the NAMING_CONVENTIONS.md
file in there first.
Thanks