{"id":15539418,"url":"https://github.com/greatwizard/ember-service-worker-deferred-requests","last_synced_at":"2026-06-30T00:31:35.795Z","repository":{"id":71226823,"uuid":"118738980","full_name":"GreatWizard/ember-service-worker-deferred-requests","owner":"GreatWizard","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-24T11:10:05.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-09T12:51:52.262Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GreatWizard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2018-01-24T08:56:28.000Z","updated_at":"2018-01-24T11:10:06.000Z","dependencies_parsed_at":"2023-03-11T20:15:14.840Z","dependency_job_id":null,"html_url":"https://github.com/GreatWizard/ember-service-worker-deferred-requests","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"bd0e67397186dfa2970ab68b82cde9e5157dc353"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GreatWizard/ember-service-worker-deferred-requests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreatWizard%2Fember-service-worker-deferred-requests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreatWizard%2Fember-service-worker-deferred-requests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreatWizard%2Fember-service-worker-deferred-requests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreatWizard%2Fember-service-worker-deferred-requests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GreatWizard","download_url":"https://codeload.github.com/GreatWizard/ember-service-worker-deferred-requests/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreatWizard%2Fember-service-worker-deferred-requests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34948227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-02T12:10:23.356Z","updated_at":"2026-06-30T00:31:35.750Z","avatar_url":"https://github.com/GreatWizard.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ember Service Worker Deferred Requests\n\n_An Ember Service Worker plugin that enqueue PUT, POST and PATCH requests while in offline in a buffer to perform the operations once the connection is regained._\n\n## F#$\u0026 my assets aren't updating in development mode\n\nTurn on the \"Update on reload\" setting in the `Application \u003e Service Workers`\nmenu in the Chrome devtools.\n\n## Installation (not ready yet)\n\n```\nember install ember-service-worker-deferred-requests\n```\n\n## Configuration\n\nThe configuration is done in the `ember-cli-build.js` file:\n\n```js\nvar EmberApp = require('ember-cli/lib/broccoli/ember-app');\n\nmodule.exports = function(defaults) {\n  var app = new EmberApp(defaults, {\n    'esw-deferred-requests': {\n      // RegExp patterns specifying which URLs to cache.\n      patterns: [\n        '/api/v1/(.+)',\n        'https://cdn.example.com/assets/fonts/(.+)',\n        'https://cdn.example.com/assets/images/((?!avatars/).+)'\n      ]\n    }\n  });\n\n  return app.toTree();\n};\n```\n\n## Authors\n\n* [Guillaume Gérard](http://twitter.com/ggerard88)\n\n## Versioning\n\nThis library follows [Semantic Versioning](http://semver.org)\n\n## Want to help?\n\nPlease do! We are always looking to improve this library. Please see our\n[Contribution Guidelines](https://github.com/dockyard/ember-service-worker-index/blob/master/CONTRIBUTING.md)\non how to properly submit issues and pull requests.\n\n## Legal\n\n[Licensed under the MIT license](http://www.opensource.org/licenses/mit-license.php)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreatwizard%2Fember-service-worker-deferred-requests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreatwizard%2Fember-service-worker-deferred-requests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreatwizard%2Fember-service-worker-deferred-requests/lists"}