File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ spec:webidl; type:dfn; text:resolve
23
23
"href":
24
24
"https://github.com/WICG/web-codecs/blob/master/explainer.md",
25
25
"title": "Web Codecs explainer"
26
+ },
27
+ "SFRAME": {
28
+ "href":
29
+ "https://www.ietf.org/archive/id/draft-ietf-sframe-enc-00.html",
30
+ "title": "Secure Frame (SFrame)"
26
31
}
27
32
}
28
33
</pre>
@@ -176,11 +181,8 @@ Similarly, if a web application sets the transform synchronously at creation of
176
181
177
182
# SFrameTransform # {#sframe}
178
183
179
- <p class="note">
180
- The API presented in this section represents a preliminary proposal
181
- based on protocol proposals that have not yet been adopted by an IETF WG.
182
- As a result, both the API and underlying protocol are likely to change
183
- significantly going forward.
184
+ <p>
185
+ The API presented in this section allows applications to process SFrame data as defined in [[SFrame]] .
184
186
</p>
185
187
186
188
<xmp class="idl">
You can’t perform that action at this time.
0 commit comments