TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: HTML5 offline access or Google Gears?

1 点作者 seanlinmt将近 15 年前
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 条评论

kngspook将近 15 年前
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 未加载
gaiusparx将近 15 年前
I don't think Gear is based on HTML5. It is better to go with HTML5.
timschwartz将近 15 年前
even google is ditching gears, so use HTML5