Fix Caching Bug
Pre-release
Pre-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)
.