Skip to content

Commit

Permalink
Add sw cache and link features (#691)
Browse files Browse the repository at this point in the history
* Add sw cache and link features

* Add right click context menu handling

* push linted changes

* Make TS Happy Again

* Switch to contextmenu event and event loop skipping to account for touch long-press

* Use pointerup to catch all cases, including context menu invocation.

* fully skip a frame to ensure the browser has popped the context menu and locked in contextual state of the element

* Update web feature API to export a single polyfill activation function

* move function block

* Skip SW install when install location missing

* Adding code comments

* Add tsdoc

* Fixing lint issues
  • Loading branch information
csuwildcat authored Jul 12, 2024
1 parent a956f72 commit 60db3dc
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 66 deletions.
55 changes: 0 additions & 55 deletions packages/api/src/service-worker.ts

This file was deleted.

Loading

0 comments on commit 60db3dc

Please sign in to comment.