twentyfive icon indicating copy to clipboard operation
twentyfive copied to clipboard

ApplicationCache is deprecated. Please use ServiceWorkers instead.

Open luckyshot opened this issue 3 years ago • 0 comments

App Cache is a deprecated standard and is being removed. It has already been removed from non-secure contexts.

TwentyFive should be using Service Workers instead to cache resources for offline use. We may have to write our own linker or use gwt-serviceworker-linker.

luckyshot avatar Nov 11 '20 10:11 luckyshot