Mark Foltz
Mark Foltz
The current allocation of message type IDs seems semi random. If I recall there was an attempt to allocate smaller IDs to frequent messages since they may take up less...
This issue tracks some open comments on PR #300 by @chrisn. From https://github.com/w3c/openscreenprotocol/pull/300#issuecomment-1295041404: > Dolby has registered a number of MIME types to represent their proprietary HDR metadata encodings, so...
Unidirectional QUIC streams appear to be sufficient to implement the spec and are simpler to manage. Unlike bidirectional streams, the source of the stream can hang up and not wait...
Provisionally, each CBOR message gets mapped onto one QUIC stream. This allows the message to be delivered to the agent as soon as it is fully received. However, this is...
Thank you for letting us know that something needs to be fixed. This page is for recording bugs on Chrome Status (https://www.chromestatus.com). If you need to report a problem with...
**Describe the bug** There used to be a button to draft an email for the first state of a deprecation trial request. After clicking the button once on a different...
Addresses #334. MAX_STREAMS limits the number of QUIC streams that can be opened per connection. Recommend a high value so that agents won't run into this limit in practice. ***...
Hello, @alvestrand asked me to post a link here to an explainer that @brychanrobot and I recently posted with a proposal for exposing camera effects state on a MediaStreamTrack, with...
Closes #230: ensures that Promises returned by these methods use the media element task source. Also fixes several ambiguous cross references. *** Preview | Diff
## Introduction Camera effects implemented at the operating system level are becoming increasingly common on macOS, Windows, and ChromeOS. This can cause issues for video chat users. For example, if...