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
Considerating #1
Requests on the main page can be intercepted from the service worker only if the main url location of the page hasn't been changed. For example the service worker can't intercept an absolute url like /about instead of a ./about triggered by an anchor <a> tag if the service worker scope is outside of / like /dist.
These details must be considerated if the express-service application paths ( or REST APIs ) matters or need refactoring
The text was updated successfully, but these errors were encountered:
Note: A way to avoid the gh-pages path constraint is by using the repo of the gihub user / organization like jjak0b.github.io so can be accesible through https://jjak0b.github.io/
Considerating #1
Requests on the main page can be intercepted from the service worker only if the main url location of the page hasn't been changed. For example the service worker can't intercept an absolute url like
/about
instead of a./about
triggered by an anchor<a>
tag if the service worker scope is outside of/
like/dist
.These details must be considerated if the express-service application paths ( or REST APIs ) matters or need refactoring
The text was updated successfully, but these errors were encountered: