You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #373 (review), @agjohnson raised the idea about serializing the Response object somehow, but also mentioned that we may want to serialize a custom object at this point. Instead of using multiple meta HTML elements we could use a single script:
We've been using Cloudflare Worker to inject some data coming from the backend into the HTML that's useful/required for the frontend:
In #373 (review), @agjohnson raised the idea about serializing the
Response
object somehow, but also mentioned that we may want to serialize a custom object at this point. Instead of using multiplemeta
HTML elements we could use a singlescript
:This will give us more flexibility over time and easier to read/maintain.
The text was updated successfully, but these errors were encountered: