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.

Ask HN: HTML5 offline access or Google Gears?

1 pointsby seanlinmtalmost 15 years ago
The question is ... is html5 offline access the same as google gears? i haven't compared the two but html5 offline access is based on google gears?<p>The scenario is this. I want to support offline access in my web app and I'm wondering whether I should built it using Google Gears.<p>My thoughts are - since Gears is being phased out in favour of HTML5, it might be a bad idea if I have to migrate the code later to HTML5 - may not be a problem if HTML5 is based on Gears. - Gears need to specifically get the user to install a plugin, HTML5 does not - Only some browsers support HTML5 offline access but Gears can run on 'all'

3 comments

kngspookalmost 15 years ago
Most modern browsers support HTML5 -- probably more than there is gears support, honestly. Gears is end-of-life'd. Even Google Chrome doesn't support Gears at this point.<p>I'd go with HTML5.
评论 #1438195 未加载
gaiusparxalmost 15 years ago
I don't think Gear is based on HTML5. It is better to go with HTML5.
timschwartzalmost 15 years ago
even google is ditching gears, so use HTML5