File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ components.
31
31
## Use cases
32
32
33
33
The first use case to be supported by the API is the processing of encoded media.
34
-
35
34
However, the same approach can be used in future for use cases such as:
36
35
37
36
* 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:
43
42
44
43
This API can be used for experimenting with end-to-end media
45
44
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
49
50
mechanism for browsers to provide built-in transformers which do not
50
51
require JavaScript access to the key or media. Separately, this or
51
52
some other WG may work on a mechanism for end-to-end keying.
You can’t perform that action at this time.
0 commit comments