-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
feature / enhancementNew feature or requestNew feature or request
Description
Describe the problem
During server-side rendering fetch responses using text
and json
are inlined in the rendered HTML, there is no such thing for arrayBuffer
.
This causes an additional network request and can lead to consistency problems and unused assets loading.
Describe the proposed solution
Fetch request using arrayBuffer
is inlined in the HTML response using base64 encoding
Alternatives considered
No response
Importance
would make my life easier
Additional Information
Currently i added this feature to a local copy of kit
lbguilherme, paul-sachs and ximus
Metadata
Metadata
Assignees
Labels
feature / enhancementNew feature or requestNew feature or request