mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
Pass `&mut JSContext` and `&mut CurrentRealm` to more functions in `dom/stream`, focusing on functions that need to be ported to finish porting the remaining methods in `Blob`. Testing: Just a refactor, ./mach test-unit still passes. Fixes: Part of #42638 --------- Signed-off-by: Uiniel <174327181+uiniel@users.noreply.github.com>