Age | Commit message (Collapse) | Author |
|
This commit adds blob URL support. Blob URLs are stored in a process
global storage, that can be accessed from all workers, and the module
loader. Blob URLs can be created using `URL.createObjectURL` and revoked
using `URL.revokeObjectURL`.
This commit does not add support for `fetch`ing blob URLs. This will be
added in a follow up commit.
|
|
Closes: #5059
Co-authored-by: Valentin Anger <syrupthinker@gryphno.de>
|
|
Fixes #6259
|
|
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
|
This reverts commit e3319f34a6ece36eab3138eae83c8d0e18fcc07c.
|
|
|
|
|