Skip to content

Commit

Permalink
Make MediaStreamTrackProcessor.readable readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
youennf committed Jan 12, 2024
1 parent efec34b commit 417e6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 417e6f0

Please sign in to comment.