From 417e6f0b87b2597ccc5e635825bea452cb285822 Mon Sep 17 00:00:00 2001 From: Youenn Fablet Date: Fri, 12 Jan 2024 15:51:20 +0100 Subject: [PATCH] Make MediaStreamTrackProcessor.readable readonly --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 5a93160..b6b222a 100644 --- a/index.bs +++ b/index.bs @@ -114,7 +114,7 @@ does not give the UA enough flexibility to choose the buffering policy. [Exposed=DedicatedWorker] interface MediaStreamTrackProcessor { constructor(MediaStreamTrackProcessorInit init); - attribute ReadableStream readable; + readonly attribute ReadableStream readable; }; dictionary MediaStreamTrackProcessorInit {