explainers icon indicating copy to clipboard operation
explainers copied to clipboard

Explainers from WebKit contributors

Results 28 explainers issues
Sort by recently updated
recently updated
newest added

Hi! Here are some thoughts and suggestions on the [“remote” CryptoKeys explainer](https://github.com/WebKit/explainers/tree/main/remote-cryptokeys). First of all, as an aside, I wanted to mention that there is an old proposal for [key...

Instead of implementing new `AudioTrackConfiguration` and `VideoTrackConfiguration` dictionaries, can the corresponding `AudioDecoderConfig` and `VideoDecoderConfig` dictionaries from WebCodecs be reused? The top requests we've gotten from developers are: - What the...

We are no longer pursuing standardization of the CMS API.

Since the keys here are remote, we'd obviously need to get user permission to use them, but it's unclear to me how such permission would be framed. Is this just...

Is there any relationship between the Remote CryptoKeys proposal and the [WebAuthn PRF extension](https://github.com/w3c/webauthn/wiki/Explainer:-PRF-extension)? At first glance, my impression is that the WebAuthn PRF extension could be used for some...

I'd be interested in this API for Chromium if it was also applicable to payments anti-fraud use cases around device-binding. Which, if any, of the various options and hints that...

Hi! I've been trying to find out if [Track Configuration](https://github.com/WebKit/explainers/tree/main/TrackConfiguration) explainer is reliable for use on Safari for HLS video playback. I've been digging through the code and ended up...