aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/writablestreamdefaultcontroller.rs
Commit message (Expand)AuthorAgeFilesLines
* Transfer ReadableStream (#36181)Gregory Terzian12 days1-15/+137
* Streams: add an underlying sink type (#36385)Gregory Terzian2025-04-071-48/+100
* feat: add CanGc argument to Error::to_jsval (#36014)Arya Nair2025-03-171-2/+2
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-2/+5
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-3/+3
* Move more bindings types to script_bindings (#35620)Josh Matthews2025-02-231-1/+1
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-3/+3
* script: add `CanGc` argument to `Promise::new_resolved` and `Promise::new_rej...Gae242025-02-231-15/+5
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-221-3/+3
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-0/+3
* dom: Implement `WritableStream` (#34844)Gregory Terzian2025-02-191-0/+829