-
Updated
Jul 6, 2022 - Vue
progressive-web-app
Progressive Web Apps start with a traditional web site/application and progressively enhance with modern features. When sites are secure they can leverage ServiceWorkers to provider users with offline support, Push notifications can help re-engage users, and Web App Manifests let users install PWAs alongside native apps.
Here are 1,857 public repositories matching this topic...
-
Updated
Jun 24, 2022 - JavaScript
Library Affected:
workbox-strategies
We currently have code for a "cache and network race" strategy in our docs. The entirety of it looks like:
import {Strategy} from 'workbox-strategies';
class CacheNetworkRace extends Strategy {
_handle(request, handler) {
-
Updated
Mar 23, 2022 - JavaScript
-
Updated
Jun 9, 2019 - JavaScript
-
Updated
May 25, 2022 - JavaScript
Here is an issues with detailed description: NekR/offline-plugin#77
-
Updated
Oct 1, 2019 - JavaScript
-
Updated
Jul 9, 2022 - JavaScript
-
Updated
Oct 6, 2020 - HTML
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Jul 6, 2022 - TypeScript
Org mode syntax allows for links to CUSTOM_ID like so:
* TODO CR: Ability to link to CUSTOM_ID headers
:PROPERTIES:
:CUSTOM_ID: demo_link
:END:
* Unrelated stuff
This links to the [[#demo_link][change request]].
One option would be to use native JS with elem.scrollIntoView().
-
Updated
Dec 26, 2018 - JavaScript
-
Updated
Feb 13, 2021 - JavaScript
-
Updated
May 25, 2022 - JavaScript
Affected part of DeckDeckGo
- Web Components
Feature Description
Is it possible that the position of the anchor can be changed? An option like rotation-ancohr:top|left|right|bottom (or rotation-ancohr-position) offers more flexibility in other usage scenarios.
Or is that already possible today through existing CSS properties?
Use Case
I use drr for a project w
The issue I'm experiencing is pretty annoying.
I'm trying to optimize my first byte, by turning off compression, and gziping everything by webpack with CompressionPlugin. The issue is that it doesn't compress service-worker.js produced by sw-precache-webpack-plugin.
I understand the reason why: service-worker.js should cache all chunks produced by webpack after CompressionPlugin compress
-
Updated
Jun 3, 2022 - TypeScript
-
Updated
Nov 2, 2020 - HTML
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
May 28, 2022 - JavaScript
-
Updated
Jan 2, 2021 - JavaScript
-
Updated
Sep 3, 2021 - JavaScript
-
Updated
Jun 15, 2022 - JavaScript
-
Updated
Apr 12, 2022 - JavaScript
-
Updated
Jun 23, 2022 - JavaScript
-
Updated
Jun 2, 2020 - JavaScript
Released 2015
- Website
- developer.mozilla.org/en-US/Apps/Progressive
- Wikipedia
- Wikipedia

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

As stated here - but wrongly closed - prerendering fails when using Axios
Problem is that some libraries like AWS AmplifyJS use Axios under the hood.
@adamdbradley Any idea how to solve this serious issue?