Skip to content

Commit 83c2254

Browse files
committed
Address comments
1 parent 73cfd0a commit 83c2254

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

explainer.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ components.
3131
## Use cases
3232

3333
The first use case to be supported by the API is the processing of encoded media.
34-
3534
However, the same approach can be used in future for use cases such as:
3635

3736
* Funny Hats (processing inserted before encoding or after decoding)
@@ -43,9 +42,11 @@ However, the same approach can be used in future for use cases such as:
4342

4443
This API can be used for experimenting with end-to-end media
4544
encryption (e.g.,
46-
[SFrame](https://datatracker.ietf.org/doc/draft-omara-sframe/). However,
47-
having both the key and media available to the JavaScript is
48-
unsuitable for production end-to-end use. This API will also define a
45+
[SFrame](https://datatracker.ietf.org/doc/draft-omara-sframe/).
46+
However, this API is not recommended for this use case until a
47+
mechanism that allows browsers to perform end-to-end encryption
48+
without exposing keys to JavaScript becomes available.
49+
This document will also define a
4950
mechanism for browsers to provide built-in transformers which do not
5051
require JavaScript access to the key or media. Separately, this or
5152
some other WG may work on a mechanism for end-to-end keying.

0 commit comments

Comments
 (0)