mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 15:21:26 -05:00
![Luca Casonato](/assets/img/avatar_default.png)
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.
1 line
6 B
Text
1 line
6 B
Text
Hello
|