mirror of
https://github.com/sindresorhus/awesome.git
synced 2026-05-09 04:08:27 -05:00
[PR #706] [CLOSED] Add Service Workers #968
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sindresorhus/awesome/pull/706
Author: @jsynowiec
Created: 7/7/2016
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
c4379dbA curated collection of ServiceWorker resources📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
readme.md(+1 -0)📄 Description
https://github.com/TalAter/awesome-service-workers
A service worker is an event-driven worker registered against an origin and a path. It takes the form of a JavaScript file that can control the web page/site it is associated with, intercepting and modifying navigation and resource requests, and caching resources in a very granular fashion to give you complete control over how your app behaves in certain situations (the most obvious one being when the network is not available.)
Add Node.js)Table of Contentsas the first section,🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.