Add missing trait specialization.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews
2024-11-25 22:30:39 -05:00
committed by GitHub
parent 8dc973f7cf
commit f35a434e1a

View File

@@ -317,7 +317,7 @@ impl ReadableStreamDefaultReader {
}
}
impl ReadableStreamDefaultReaderMethods for ReadableStreamDefaultReader {
impl ReadableStreamDefaultReaderMethods<crate::DomTypeHolder> for ReadableStreamDefaultReader {
/// <https://streams.spec.whatwg.org/#default-reader-constructor>
fn Constructor(
global: &GlobalScope,