-
Notifications
You must be signed in to change notification settings - Fork 22
feat: service worker awareness of registered subdomains #720
Copy link
Copy link
Open
Labels
P3Low: Not priority right nowLow: Not priority right nowenhancementNew feature or requestNew feature or requestexp/intermediatePrior experience is likely helpfulPrior experience is likely helpfulkind/discussionTopical discussion; usually not changes to codebaseTopical discussion; usually not changes to codebasekind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featureneed/community-inputNeeds input from the wider communityNeeds input from the wider communityneed/maintainers-inputNeeds input from the current maintainer(s)Needs input from the current maintainer(s)questionFurther information is requestedFurther information is requestedstatus/blockedUnable to be worked further until needs are metUnable to be worked further until needs are mettopic/design-front-endFront-end implementation of UX/UI workFront-end implementation of UX/UI worktopic/design-uxUX strategy, research, not solely visual designUX strategy, research, not solely visual design
Metadata
Metadata
Assignees
Labels
P3Low: Not priority right nowLow: Not priority right nowenhancementNew feature or requestNew feature or requestexp/intermediatePrior experience is likely helpfulPrior experience is likely helpfulkind/discussionTopical discussion; usually not changes to codebaseTopical discussion; usually not changes to codebasekind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featureneed/community-inputNeeds input from the wider communityNeeds input from the wider communityneed/maintainers-inputNeeds input from the current maintainer(s)Needs input from the current maintainer(s)questionFurther information is requestedFurther information is requestedstatus/blockedUnable to be worked further until needs are metUnable to be worked further until needs are mettopic/design-front-endFront-end implementation of UX/UI workFront-end implementation of UX/UI worktopic/design-uxUX strategy, research, not solely visual designUX strategy, research, not solely visual design
When using the service-worker gateway, everything is client-side except the distribution of the service worker and assets to handle configuration and UI.
I have been thinking for a while that it would be cool to keep a list on the root domain of all subdomains that have been registered, so non-technical users don't need to clear their entire browser cache, or go into service worker config, etc.. to clear things out. Also, it would be cool to be reminded of pages you have cached.
The UI would be something like:
Then you only ever have to remember one URL: inbrowser.link or whatever domain is hosting the sw-gateway you use.
The functionality for knowing what subdomains are registered would be:
What do you think? @lidel @2color @aschmahmann