Hacker News new | ask | show | jobs
by Juice10 1385 days ago
Only downside I can think of is if the assets (images, fonts etc) that are being linked to change at a later date, your replay might look odd. There are ways to cache these so it’s not the end of the world. Big upside is being able to inspect your DOM and easily reproduce exactly what broke
1 comments

Is there a way to encode all of them into base64 or another format that would allow serialization of everything into one bundle?