mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Script implement TransformStream and TransformStreamDefaultController (#36739)
Part of https://github.com/servo/servo/issues/34676 --------- Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com> Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com> Signed-off-by: Taym <haddadi.taym@gmail.com> Co-authored-by: gterzian <2792687+gterzian@users.noreply.github.com>
This commit is contained in:
parent
d39b9f05ff
commit
f3f4cc5500
30 changed files with 1784 additions and 48 deletions
|
@ -80,7 +80,6 @@ pub(crate) trait ReadableStreamGenericReader {
|
|||
}
|
||||
|
||||
/// <https://streams.spec.whatwg.org/#readable-stream-reader-generic-release>
|
||||
#[allow(unsafe_code)]
|
||||
fn generic_release(&self, can_gc: CanGc) -> Fallible<()> {
|
||||
// Let stream be reader.[[stream]].
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue