mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
This is so we can just assume it exists in Fetch APIs (while still skipping functionality that relies on a full implementation, of course).
6 lines
151 B
Plaintext
6 lines
151 B
Plaintext
// Dummy definition so we can use ReadableStream as a type in Fetch.
|
|
|
|
// https://streams.spec.whatwg.org/#readablestream
|
|
interface ReadableStream {
|
|
};
|