mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
The intent is to use these to autogenerate prototype declarations for Window and WorkerGlobalScope classes. And the spec links are just nice to have :^)
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
// Dummy definition so we can use ReadableStream as a type in Fetch.
|
|
|
|
// https://streams.spec.whatwg.org/#readablestream
|
|
[Exposed=*, Transferable]
|
|
interface ReadableStream {
|
|
};
|