Skip to content

Commit

Permalink
Merge pull request #90 from youennf/set-readable-attribute-readonly
Browse files Browse the repository at this point in the history
Make MediaStreamTrackProcessor.readable readonly
  • Loading branch information
henbos authored Jan 18, 2024
2 parents efec34b + 417e6f0 commit f57ac6a
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 f57ac6a

Please sign in to comment.