Add Service Worker by Workbox#144
Open
christianliebel wants to merge 1 commit into
Open
Conversation
This was referenced Oct 2, 2019
Closed
Closed
|
What is holding this up? |
|
Guys what's up? Can't you just marge this and let us all enjoy fully offline paint 💅 ? |
Contributor
Author
@TheLastGimbus In the meantime, I created my own version called paint.js.org (GitHub), which is all offline-capable, based on Web Components, and uses many modern capabilities (e.g., File System Access API and Async Clipboard API). However, not all tools and actions are implemented yet. |
|
Oh, Mozilla killed PWAs for desktop, marvelous 🎉 Anyway, big thanks for this! |
Owner
Things that have been holding this up that are not a problem with this PR:
PR critique
|
|
Those are some very valid points. Take care! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a Service Worker generated by Workbox. In order to update the service worker implementation, run
npm run generate-sw.Closes #109