{"id":18553738,"url":"https://github.com/websemantics/service-workers","last_synced_at":"2026-02-17T08:32:43.094Z","repository":{"id":150921772,"uuid":"66487144","full_name":"websemantics/service-workers","owner":"websemantics","description":"A simple implementation of off-line content cache based on service workers,","archived":false,"fork":false,"pushed_at":"2016-08-24T20:21:54.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T02:37:56.985Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://websemantics.github.io/service-workers/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/websemantics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-24T17:58:58.000Z","updated_at":"2021-01-13T19:50:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd80aac1-018f-438f-9fc0-79b4a65952a5","html_url":"https://github.com/websemantics/service-workers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/websemantics/service-workers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fservice-workers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fservice-workers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fservice-workers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fservice-workers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/websemantics","download_url":"https://codeload.github.com/websemantics/service-workers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/websemantics%2Fservice-workers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29537837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T08:11:05.436Z","status":"ssl_error","status_checked_at":"2026-02-17T08:09:38.860Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T21:18:09.343Z","updated_at":"2026-02-17T08:32:43.049Z","avatar_url":"https://github.com/websemantics.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n                        ___                                           \n         _   _        (  _`\\                      _                  \n        ( \\_/ )       | (_(_)   __   _ __  _   _ (_)   ___    __     \n       __) _ (__      `\\__ \\  /'__`\\( '__)( ) ( )| | /'___) /'__`\\                   _   _\n      (__ (_) __)     ( )_) |(  ___/| |   | \\_/ || |( (___ (  ___/                  ( \\_/ )\n         ) _ (        `\\____)`\\____)(_)   `\\___/'(_)`\\____)`\\____)     _   _       __) _ (__\n        (_/ \\_)                                                _   _  ( \\_/ )  _  (__ (_) __)         \n      _   _   _               _                               ( \\_/ )__) _ (__( \\_/ )) _ (      \n     ( ) ( ) ( )   _    _ __ ( )/')    __   _ __   ___       __) _ ((__ (_) __)) _ ((_/ \\_)       \n     | | | | | | /'_`\\ ( '__)| , \u003c   /'__`\\( '__)/',__)     (__ (_) __)) _ ((__ (_) __)        \n     | (_/ \\_) |( (_) )| |   | |\\`\\ (  ___/| |   \\__, \\        ) _ (  (_/ \\_)  ) _ (           \n     `\\___x___/'`\\___/'(_)   (_) (_)`\\____)(_)   (____/       (_/ \\_)         (_/ \\_)           \n\n```\n\n\u003e A simple implementation of off-line content cache based on service workers,\n\n### [Demo](https://websemantics.github.io/service-workers/)\u0026nbsp;\u0026nbsp;\u0026nbsp;[Getting Started](#getting-started)\u0026nbsp;\u0026nbsp;\u0026nbsp;[Submit Issue](https://github.com/websemantics/service-workers/issues)\n\n\n## Getting Started\n\nA great introduction to *Service Workers* can be found in the [References](#references) sections.\n\nThere are three events that need to be handled,\n\n- Install,\n- Activate, and\n- Fetch.\n\nThe *install* event is fired once, *activate* after *instal* and every time a pgage from the registered domain is loaded (but not between pages from the same domain), and *fetch*, every time a page is requested.\n\n                            **WORK IN PROGRESS**\n\n\n## References\n\n[Article](https://madebymike.com.au//writing/service-workers/?utm_source=codropscollective), Offline content with service workers.\n\n[The Service Worker](https://jakearchibald.com/2014/offline-cookbook/), The offline cookbook.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebsemantics%2Fservice-workers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebsemantics%2Fservice-workers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebsemantics%2Fservice-workers/lists"}