You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently plugin assets get loaded from jsdelivr everytime they are loaded. We should find a way to have the assets available offline once they have been loaded at least once.
We can use service worker to cache the assets for use before hitting the network.
The text was updated successfully, but these errors were encountered:
Currently plugin assets get loaded from jsdelivr everytime they are loaded. We should find a way to have the assets available offline once they have been loaded at least once.
We can use service worker to cache the assets for use before hitting the network.
The text was updated successfully, but these errors were encountered: