aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/readablestream.rs
Commit message (Expand)AuthorAgeFilesLines
* add queue with sizes conceptgterzian2024-07-151-1/+1
* tidygterzian2024-07-121-3/+8
* fix read request promise resolvinggterzian2024-07-121-3/+11
* clean-up docs, dispatch of controller in pull algo callgterzian2024-07-121-7/+21
* add default controller init in stream constructorgterzian2024-07-111-4/+16
* add underlying source dom struct containergterzian2024-07-111-6/+5
* read request and reader typinggterzian2024-07-111-39/+93
* add fulfill read request, clean-up warningsgterzian2024-07-111-27/+45
* add calling into pull algogterzian2024-07-111-8/+0
* re-implement native controller methodsgterzian2024-07-111-343/+72
* enum for controllergterzian2024-07-111-9/+40
* implement basic internal slots, with todosgterzian2024-07-111-59/+65
* Add remaining WebIDLs of ReadableStream (#32605)Ngo Iok Ui (Wu Yu Wei)2024-06-271-1/+28
* Add QueuingStrategy and UnderlyingSource (#32572)Ngo Iok Ui (Wu Yu Wei)2024-06-241-2/+35
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-23/+22
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-9/+9
* Format.Josh Matthews2022-11-231-8/+12
* Changes for spidermomkey upgrade.Josh Matthews2022-11-231-2/+6
* Enter incumbent script to ensure it has incumbent globalCYBAI2020-06-131-1/+2
* bypass SM for in-memory streams in request bodies, dis-allow other cases in s...Gregory Terzian2020-06-041-5/+35
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-0/+509