Skip to content

APP: Fix cached image not displaying when offline#1398

Open
MrDirkelz wants to merge 3 commits intomainfrom
1397-app-when-offline-cached-image-not-displaying-in-singlecontentvue
Open

APP: Fix cached image not displaying when offline#1398
MrDirkelz wants to merge 3 commits intomainfrom
1397-app-when-offline-cached-image-not-displaying-in-singlecontentvue

Conversation

@MrDirkelz
Copy link
Collaborator

No description provided.

@MrDirkelz MrDirkelz self-assigned this Mar 20, 2026
@MrDirkelz
Copy link
Collaborator Author

cacheableResponse: { statuses: [0, 200] }. The 0 status handles any remaining opaque responses as a safety net, while 200 handles the normal CORS responses enabled by crossorigin="anonymous".

HTML attribute: crossorigin
The crossorigin attribute, valid on the , , , <script>, and elements, provides support for CORS, defining how the element handles cross-origin requests, thereby enabling the configuration of the CORS requests for the element's fetched data. Depending on the element, the attribute can be a CORS settings attribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

APP: When offline, cached image not displaying in SingleContent.vue

1 participant