Y
Hacker News
new
|
ask
|
show
|
jobs
by
dsun179
2115 days ago
Isnt that already possible with mhtml?
https://en.m.wikipedia.org/wiki/MHTML
1 comments
kinlan
2115 days ago
Mhtml tends to not have JavaScript run with it because there is no origin attached to it. That's one of the benefits of web bundles, they can run with an origin attached so they have access to the correct storage and other sandboxing primitives.
link