1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/runtime/ops
Luca Casonato 966ce7de8a
feat: blob URL support (#10045)
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.
2021-04-07 15:22:14 +02:00
..
crypto.rs core(runtime): fix copyright in date (#9116) 2021-01-15 13:18:49 +11:00
fetch.rs upgrade: Rust 1.51.0 (#9895) 2021-03-25 19:17:37 +01:00
file.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
fs.rs refactor: rewrite "net" ops to use serde_v8 (#10028) 2021-04-06 10:33:43 +02:00
fs_events.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
io.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
mod.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
net.rs refactor: rewrite "net" ops to use serde_v8 (#10028) 2021-04-06 10:33:43 +02:00
net_unix.rs refactor: rewrite "net" ops to use serde_v8 (#10028) 2021-04-06 10:33:43 +02:00
os.rs refactor: rewrite "net" ops to use serde_v8 (#10028) 2021-04-06 10:33:43 +02:00
permissions.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
plugin.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
process.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
runtime.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
signal.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
timers.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
tls.rs refactor: rewrite "net" ops to use serde_v8 (#10028) 2021-04-06 10:33:43 +02:00
tty.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
url.rs chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00
utils.rs refactor: rewrite "net" ops to use serde_v8 (#10028) 2021-04-06 10:33:43 +02:00
web_worker.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
webgpu.rs chore: Add missing copyright headers (#9910) 2021-03-27 01:33:06 +01:00
websocket.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
worker_host.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00