TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Bootup.js - cache and load static files from local storage

44 pointsby quanover 12 years ago

5 comments

ushiover 12 years ago
Paul Irish made something similar. A jQuery plugin that used localStorage to cache ajax responses.<p><a href="https://github.com/paulirish/jquery-ajax-localstorage-cache" rel="nofollow">https://github.com/paulirish/jquery-ajax-localstorage-cache</a>
le_ismsover 12 years ago
Please correct me if I'm wrong, but isn't this what the browser cache is for?
评论 #4733510 未加载
nickporterover 12 years ago
Warning, LGPL licensed.
评论 #4733791 未加载
评论 #4736178 未加载
itsnotvalidover 12 years ago
Looks like an open-source version of Cloudflare's Rocket Loader, but without the source file concatenation. Still, we should produce something open-source for these.
aioprisanover 12 years ago
There is also a size limit of 5MB that you should be aware of.
评论 #4734054 未加载