Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
brazzledazzle
on Oct 7, 2015
|
parent
|
context
|
favorite
| on:
A Guide to Fast Page Loads
It says that service workers are the replacement but on the service workers page cautions that they are experimental technology and the spec isn't finalized[1]. If you're deploying a new application which should you use?
[1]
https://developer.mozilla.org/en-US/docs/Web/API/Service_Wor...
daleharvey
on Oct 7, 2015
|
next
[–]
I use service workers for side projects that only target new browsers, and appcache for everything else.
mtberatwork
on Oct 7, 2015
|
prev
[–]
Service Workers is a definite game changer. However, one thing to remember when implementing them is that you will need to be entirely on HTTPS.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] https://developer.mozilla.org/en-US/docs/Web/API/Service_Wor...