Skip to content

Fix Caching Bug

Pre-release
Pre-release
Compare
Choose a tag to compare
@CMEONE CMEONE released this 08 Mar 18:52
· 44 commits to main since this release

With caching new assets, tApp was converting the assets to text and then rebuilding the response object from the text and response data. Now, tApp stores an array buffer, so responses can be reconstructed by new Response(cachedPage.data, cachedPage.response).