@sveltejs/kit@2.32.0
📦 sveltekitView on GitHub →
✨ 1 features🐛 1 fixes🔧 4 symbols
Summary
This release introduces base64 inlining for fetch response streams during page load and improves error reporting for experimental remote functions.
✨ New Features
- Inline load fetch response.body stream data as base64 in the page to improve data handling during SSR.
🐛 Bug Fixes
- Improved error messaging when .remote.ts files are used without enabling the experimental.remoteFunctions flag.
🔧 Affected Symbols
fetchresponse.body.remote.tsexperimental.remoteFunctions