@webref/idl 3.29.0 → 3.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ANGLE_instanced_arrays.idl +12 -0
- package/CSP.idl +56 -0
- package/DOM-Parsing.idl +26 -0
- package/EXT_blend_minmax.idl +10 -0
- package/EXT_color_buffer_float.idl +8 -0
- package/EXT_color_buffer_half_float.idl +12 -0
- package/EXT_disjoint_timer_query.idl +30 -0
- package/EXT_disjoint_timer_query_webgl2.idl +14 -0
- package/EXT_float_blend.idl +8 -0
- package/EXT_frag_depth.idl +8 -0
- package/EXT_sRGB.idl +12 -0
- package/EXT_shader_texture_lod.idl +8 -0
- package/EXT_texture_compression_bptc.idl +12 -0
- package/EXT_texture_compression_rgtc.idl +12 -0
- package/EXT_texture_filter_anisotropic.idl +10 -0
- package/EXT_texture_norm16.idl +16 -0
- package/FedCM.idl +67 -0
- package/FileAPI.idl +100 -0
- package/IndexedDB.idl +226 -0
- package/KHR_parallel_shader_compile.idl +9 -0
- package/OES_draw_buffers_indexed.idl +26 -0
- package/OES_element_index_uint.idl +8 -0
- package/OES_fbo_render_mipmap.idl +8 -0
- package/OES_standard_derivatives.idl +9 -0
- package/OES_texture_float.idl +7 -0
- package/OES_texture_float_linear.idl +7 -0
- package/OES_texture_half_float.idl +9 -0
- package/OES_texture_half_float_linear.idl +7 -0
- package/OES_vertex_array_object.idl +18 -0
- package/OVR_multiview2.idl +14 -0
- package/SVG.idl +693 -0
- package/WEBGL_blend_equation_advanced_coherent.idl +23 -0
- package/WEBGL_clip_cull_distance.idl +20 -0
- package/WEBGL_color_buffer_float.idl +11 -0
- package/WEBGL_compressed_texture_astc.idl +41 -0
- package/WEBGL_compressed_texture_etc.idl +19 -0
- package/WEBGL_compressed_texture_etc1.idl +10 -0
- package/WEBGL_compressed_texture_pvrtc.idl +13 -0
- package/WEBGL_compressed_texture_s3tc.idl +13 -0
- package/WEBGL_compressed_texture_s3tc_srgb.idl +13 -0
- package/WEBGL_debug_renderer_info.idl +12 -0
- package/WEBGL_debug_shaders.idl +11 -0
- package/WEBGL_depth_texture.idl +9 -0
- package/WEBGL_draw_buffers.idl +46 -0
- package/WEBGL_draw_instanced_base_vertex_base_instance.idl +14 -0
- package/WEBGL_lose_context.idl +10 -0
- package/WEBGL_multi_draw.idl +32 -0
- package/WEBGL_multi_draw_instanced_base_vertex_base_instance.idl +26 -0
- package/WEBGL_provoking_vertex.idl +13 -0
- package/WebCryptoAPI.idl +237 -0
- package/accelerometer.idl +40 -0
- package/ambient-light.idl +14 -0
- package/anchors.idl +37 -0
- package/attribution-reporting-api.idl +12 -0
- package/audio-output.idl +17 -0
- package/autoplay-detection.idl +19 -0
- package/background-fetch.idl +89 -0
- package/background-sync.idl +30 -0
- package/badging.idl +19 -0
- package/battery-status.idl +21 -0
- package/beacon.idl +8 -0
- package/capture-handle-identity.idl +27 -0
- package/clipboard-apis.idl +51 -0
- package/close-watcher.idl +19 -0
- package/compat.idl +13 -0
- package/compression.idl +16 -0
- package/compute-pressure.idl +40 -0
- package/console.idl +34 -0
- package/contact-picker.idl +44 -0
- package/content-index.idl +46 -0
- package/cookie-store.idl +110 -0
- package/crash-reporting.idl +10 -0
- package/credential-management.idl +105 -0
- package/csp-embedded-enforcement.idl +8 -0
- package/csp-next.idl +21 -0
- package/css-animation-worklet.idl +37 -0
- package/css-animations-2.idl +9 -0
- package/css-animations.idl +47 -0
- package/css-cascade-6.idl +10 -0
- package/css-cascade.idl +18 -0
- package/css-color-5.idl +12 -0
- package/css-conditional.idl +27 -0
- package/css-contain-3.idl +10 -0
- package/css-contain.idl +13 -0
- package/css-counter-styles.idl +23 -0
- package/css-font-loading.idl +134 -0
- package/css-fonts.idl +36 -0
- package/css-highlight-api.idl +27 -0
- package/css-images-4.idl +8 -0
- package/css-layout-api.idl +144 -0
- package/css-masking.idl +20 -0
- package/css-nav.idl +48 -0
- package/css-nesting.idl +10 -0
- package/css-paint-api.idl +39 -0
- package/css-parser-api.idl +76 -0
- package/css-properties-values-api.idl +23 -0
- package/css-pseudo.idl +16 -0
- package/css-regions.idl +29 -0
- package/css-shadow-parts.idl +8 -0
- package/css-transitions-2.idl +9 -0
- package/css-transitions.idl +25 -0
- package/css-typed-om.idl +423 -0
- package/css-view-transitions.idl +18 -0
- package/cssom-view.idl +200 -0
- package/cssom.idl +159 -0
- package/custom-state-pseudo-class.idl +14 -0
- package/datacue.idl +12 -0
- package/deprecation-reporting.idl +15 -0
- package/device-memory.idl +14 -0
- package/device-posture.idl +21 -0
- package/digital-goods.idl +44 -0
- package/dom.idl +645 -0
- package/edit-context.idl +111 -0
- package/element-timing.idl +22 -0
- package/encoding.idl +59 -0
- package/encrypted-media.idl +125 -0
- package/entries-api.idl +71 -0
- package/event-timing.idl +29 -0
- package/eyedropper-api.idl +18 -0
- package/fenced-frame.idl +49 -0
- package/fetch.idl +117 -0
- package/fido.idl +47 -0
- package/file-system-access.idl +72 -0
- package/filter-effects.idl +341 -0
- package/font-metrics-api.idl +42 -0
- package/fs.idl +97 -0
- package/fullscreen.idl +35 -0
- package/gamepad-extensions.idl +71 -0
- package/gamepad.idl +49 -0
- package/generic-sensor.idl +60 -0
- package/geolocation-sensor.idl +47 -0
- package/geolocation.idl +65 -0
- package/geometry.idl +290 -0
- package/get-installed-related-apps.idl +16 -0
- package/gpc-spec.idl +10 -0
- package/gyroscope.idl +24 -0
- package/hr-time.idl +19 -0
- package/html-media-capture.idl +8 -0
- package/html.idl +2716 -0
- package/idle-detection.idl +31 -0
- package/image-capture.idl +160 -0
- package/image-resource.idl +11 -0
- package/ink-enhancement.idl +32 -0
- package/input-device-capabilities.idl +24 -0
- package/input-events.idl +14 -0
- package/intersection-observer.idl +46 -0
- package/intervention-reporting.idl +14 -0
- package/is-input-pending.idl +16 -0
- package/js-self-profiling.idl +44 -0
- package/keyboard-lock.idl +14 -0
- package/keyboard-map.idl +15 -0
- package/largest-contentful-paint.idl +15 -0
- package/layout-instability.idl +20 -0
- package/local-font-access.idl +24 -0
- package/longtasks.idl +19 -0
- package/magnetometer.idl +46 -0
- package/manifest-incubations.idl +24 -0
- package/mathml-core.idl +9 -0
- package/media-capabilities.idl +115 -0
- package/media-playback-quality.idl +18 -0
- package/media-source.idl +91 -0
- package/mediacapture-automation.idl +36 -0
- package/mediacapture-fromelement.idl +17 -0
- package/mediacapture-handle-actions.idl +31 -0
- package/mediacapture-region.idl +15 -0
- package/mediacapture-streams.idl +248 -0
- package/mediacapture-transform.idl +23 -0
- package/mediacapture-viewport.idl +14 -0
- package/mediasession.idl +84 -0
- package/mediastream-recording.idl +60 -0
- package/model-element.idl +9 -0
- package/mst-content-hint.idl +18 -0
- package/navigation-timing.idl +71 -0
- package/netinfo.idl +43 -0
- package/notifications.idl +101 -0
- package/orientation-event.idl +82 -0
- package/orientation-sensor.idl +35 -0
- package/package.json +1 -1
- package/page-lifecycle.idl +19 -0
- package/paint-timing.idl +7 -0
- package/payment-handler.idl +131 -0
- package/payment-request.idl +112 -0
- package/performance-measure-memory.idl +30 -0
- package/performance-timeline.idl +49 -0
- package/periodic-background-sync.idl +34 -0
- package/permissions-policy.idl +29 -0
- package/permissions-request.idl +8 -0
- package/permissions-revoke.idl +8 -0
- package/permissions.idl +41 -0
- package/picture-in-picture.idl +41 -0
- package/pointerevents.idl +64 -0
- package/pointerlock.idl +28 -0
- package/portals.idl +50 -0
- package/prefer-current-tab.idl +8 -0
- package/prerendering-revamped.idl +15 -0
- package/presentation-api.idl +95 -0
- package/private-click-measurement.idl +8 -0
- package/proximity.idl +18 -0
- package/push-api.idl +93 -0
- package/raw-camera-access.idl +18 -0
- package/referrer-policy.idl +16 -0
- package/remote-playback.idl +32 -0
- package/reporting.idl +39 -0
- package/requestStorageAccessForOrigin.idl +12 -0
- package/requestidlecallback.idl +20 -0
- package/resize-observer.idl +37 -0
- package/resource-timing.idl +40 -0
- package/sanitizer-api.idl +38 -0
- package/savedata.idl +10 -0
- package/scheduling-apis.idl +57 -0
- package/screen-capture.idl +85 -0
- package/screen-orientation.idl +35 -0
- package/screen-wake-lock.idl +24 -0
- package/scroll-animations.idl +41 -0
- package/scroll-to-text-fragment.idl +12 -0
- package/secure-payment-confirmation.idl +52 -0
- package/selection-api.idl +46 -0
- package/serial.idl +85 -0
- package/server-timing.idl +17 -0
- package/service-workers.idl +240 -0
- package/shape-detection-api.idl +69 -0
- package/speech-api.idl +202 -0
- package/storage-access.idl +9 -0
- package/storage.idl +25 -0
- package/streams.idl +222 -0
- package/svg-animations.idl +68 -0
- package/testutils.idl +9 -0
- package/text-detection-api.idl +18 -0
- package/touch-events.idl +79 -0
- package/trust-token-api.idl +29 -0
- package/trusted-types.idl +71 -0
- package/turtledove.idl +63 -0
- package/ua-client-hints.idl +44 -0
- package/uievents.idl +248 -0
- package/url.idl +44 -0
- package/urlpattern.idl +59 -0
- package/user-timing.idl +34 -0
- package/vibration.idl +10 -0
- package/video-rvfc.idl +27 -0
- package/virtual-keyboard.idl +21 -0
- package/wai-aria.idl +59 -0
- package/wasm-js-api.idl +110 -0
- package/wasm-web-api.idl +11 -0
- package/web-animations-2.idl +102 -0
- package/web-animations.idl +149 -0
- package/web-app-launch.idl +19 -0
- package/web-bluetooth.idl +251 -0
- package/web-locks.idl +50 -0
- package/web-nfc.idl +81 -0
- package/web-otp.idl +21 -0
- package/web-share.idl +16 -0
- package/webaudio.idl +674 -0
- package/webauthn.idl +349 -0
- package/webcodecs-aac-codec-registration.idl +17 -0
- package/webcodecs-avc-codec-registration.idl +17 -0
- package/webcodecs-flac-codec-registration.idl +13 -0
- package/webcodecs-hevc-codec-registration.idl +17 -0
- package/webcodecs-opus-codec-registration.idl +22 -0
- package/webcodecs-vp9-codec-registration.idl +12 -0
- package/webcodecs.idl +500 -0
- package/webcrypto-secure-curves.idl +8 -0
- package/webdriver.idl +9 -0
- package/webgl1.idl +745 -0
- package/webgl2.idl +582 -0
- package/webgpu.idl +1267 -0
- package/webhid.idl +127 -0
- package/webidl.idl +48 -0
- package/webmidi.idl +91 -0
- package/webnn.idl +549 -0
- package/webrtc-encoded-transform.idl +127 -0
- package/webrtc-ice.idl +24 -0
- package/webrtc-identity.idl +97 -0
- package/webrtc-priority.idl +24 -0
- package/webrtc-stats.idl +288 -0
- package/webrtc-svc.idl +8 -0
- package/webrtc.idl +628 -0
- package/websockets.idl +48 -0
- package/webtransport.idl +143 -0
- package/webusb.idl +249 -0
- package/webvtt.idl +40 -0
- package/webxr-ar-module.idl +29 -0
- package/webxr-depth-sensing.idl +57 -0
- package/webxr-dom-overlays.idl +31 -0
- package/webxr-gamepads-module.idl +8 -0
- package/webxr-hand-input.idl +66 -0
- package/webxr-hit-test.idl +69 -0
- package/webxr-lighting-estimation.idl +39 -0
- package/webxr.idl +295 -0
- package/webxrlayers.idl +212 -0
- package/window-controls-overlay.idl +28 -0
- package/window-placement.idl +42 -0
- package/xhr.idl +99 -0
package/edit-context.idl
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
// GENERATED CONTENT - DO NOT EDIT
|
|
2
|
+
// Content was automatically extracted by Reffy into webref
|
|
3
|
+
// (https://github.com/w3c/webref)
|
|
4
|
+
// Source: EditContext API (https://w3c.github.io/edit-context/)
|
|
5
|
+
|
|
6
|
+
partial interface HTMLElement {
|
|
7
|
+
attribute EditContext? editContext;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
dictionary EditContextInit {
|
|
11
|
+
DOMString text;
|
|
12
|
+
unsigned long selectionStart;
|
|
13
|
+
unsigned long selectionEnd;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
[Exposed=Window]
|
|
17
|
+
interface EditContext : EventTarget {
|
|
18
|
+
constructor(optional EditContextInit options = {});
|
|
19
|
+
|
|
20
|
+
undefined updateText(unsigned long rangeStart, unsigned long rangeEnd,
|
|
21
|
+
DOMString text);
|
|
22
|
+
undefined updateSelection(unsigned long start, unsigned long end);
|
|
23
|
+
undefined updateControlBounds(DOMRect controlBounds);
|
|
24
|
+
undefined updateSelectionBounds(DOMRect selectionBounds);
|
|
25
|
+
undefined updateCharacterBounds(unsigned long rangeStart, sequence<DOMRect> characterBounds);
|
|
26
|
+
|
|
27
|
+
sequence<Element> attachedElements();
|
|
28
|
+
|
|
29
|
+
readonly attribute DOMString text;
|
|
30
|
+
readonly attribute unsigned long selectionStart;
|
|
31
|
+
readonly attribute unsigned long selectionEnd;
|
|
32
|
+
readonly attribute unsigned long compositionRangeStart;
|
|
33
|
+
readonly attribute unsigned long compositionRangeEnd;
|
|
34
|
+
readonly attribute boolean isComposing;
|
|
35
|
+
readonly attribute DOMRect controlBounds;
|
|
36
|
+
readonly attribute DOMRect selectionBounds;
|
|
37
|
+
readonly attribute unsigned long characterBoundsRangeStart;
|
|
38
|
+
sequence<DOMRect> characterBounds();
|
|
39
|
+
|
|
40
|
+
attribute EventHandler ontextupdate;
|
|
41
|
+
attribute EventHandler ontextformatupdate;
|
|
42
|
+
attribute EventHandler oncharacterboundsupdate;
|
|
43
|
+
attribute EventHandler oncompositionstart;
|
|
44
|
+
attribute EventHandler oncompositionend;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
dictionary TextUpdateEventInit : EventInit {
|
|
48
|
+
unsigned long updateRangeStart;
|
|
49
|
+
unsigned long updateRangeEnd;
|
|
50
|
+
DOMString text;
|
|
51
|
+
unsigned long selectionStart;
|
|
52
|
+
unsigned long selectionEnd;
|
|
53
|
+
unsigned long compositionStart;
|
|
54
|
+
unsigned long compositionEnd;
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
[Exposed=Window]
|
|
58
|
+
interface TextUpdateEvent : Event {
|
|
59
|
+
constructor(DOMString type, optional TextUpdateEventInit options = {});
|
|
60
|
+
readonly attribute unsigned long updateRangeStart;
|
|
61
|
+
readonly attribute unsigned long updateRangeEnd;
|
|
62
|
+
readonly attribute DOMString text;
|
|
63
|
+
readonly attribute unsigned long selectionStart;
|
|
64
|
+
readonly attribute unsigned long selectionEnd;
|
|
65
|
+
readonly attribute unsigned long compositionStart;
|
|
66
|
+
readonly attribute unsigned long compositionEnd;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
dictionary TextFormatInit {
|
|
70
|
+
unsigned long rangeStart;
|
|
71
|
+
unsigned long rangeEnd;
|
|
72
|
+
DOMString textColor;
|
|
73
|
+
DOMString backgroundColor;
|
|
74
|
+
DOMString underlineStyle;
|
|
75
|
+
DOMString underlineThickness;
|
|
76
|
+
DOMString underlineColor;
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
[Exposed=Window]
|
|
80
|
+
interface TextFormat {
|
|
81
|
+
constructor(optional TextFormatInit options = {});
|
|
82
|
+
readonly attribute unsigned long rangeStart;
|
|
83
|
+
readonly attribute unsigned long rangeEnd;
|
|
84
|
+
readonly attribute DOMString textColor;
|
|
85
|
+
readonly attribute DOMString backgroundColor;
|
|
86
|
+
readonly attribute DOMString underlineStyle;
|
|
87
|
+
readonly attribute DOMString underlineThickness;
|
|
88
|
+
readonly attribute DOMString underlineColor;
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
dictionary TextFormatUpdateEventInit : EventInit {
|
|
92
|
+
sequence<TextFormat> textFormats;
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
[Exposed=Window]
|
|
96
|
+
interface TextFormatUpdateEvent : Event {
|
|
97
|
+
constructor(DOMString type, optional TextFormatUpdateEventInit options = {});
|
|
98
|
+
sequence<TextFormat> getTextFormats();
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
dictionary CharacterBoundsUpdateEventInit : EventInit {
|
|
102
|
+
unsigned long rangeStart;
|
|
103
|
+
unsigned long rangeEnd;
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
[Exposed=Window]
|
|
107
|
+
interface CharacterBoundsUpdateEvent : Event {
|
|
108
|
+
constructor(DOMString type, optional CharacterBoundsUpdateEventInit options = {});
|
|
109
|
+
readonly attribute unsigned long rangeStart;
|
|
110
|
+
readonly attribute unsigned long rangeEnd;
|
|
111
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// GENERATED CONTENT - DO NOT EDIT
|
|
2
|
+
// Content was automatically extracted by Reffy into webref
|
|
3
|
+
// (https://github.com/w3c/webref)
|
|
4
|
+
// Source: Element Timing API (https://wicg.github.io/element-timing/)
|
|
5
|
+
|
|
6
|
+
[Exposed=Window]
|
|
7
|
+
interface PerformanceElementTiming : PerformanceEntry {
|
|
8
|
+
readonly attribute DOMHighResTimeStamp renderTime;
|
|
9
|
+
readonly attribute DOMHighResTimeStamp loadTime;
|
|
10
|
+
readonly attribute DOMRectReadOnly intersectionRect;
|
|
11
|
+
readonly attribute DOMString identifier;
|
|
12
|
+
readonly attribute unsigned long naturalWidth;
|
|
13
|
+
readonly attribute unsigned long naturalHeight;
|
|
14
|
+
readonly attribute DOMString id;
|
|
15
|
+
readonly attribute Element? element;
|
|
16
|
+
readonly attribute DOMString url;
|
|
17
|
+
[Default] object toJSON();
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
partial interface Element {
|
|
21
|
+
[CEReactions] attribute DOMString elementTiming;
|
|
22
|
+
};
|
package/encoding.idl
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// GENERATED CONTENT - DO NOT EDIT
|
|
2
|
+
// Content was automatically extracted by Reffy into webref
|
|
3
|
+
// (https://github.com/w3c/webref)
|
|
4
|
+
// Source: Encoding Standard (https://encoding.spec.whatwg.org/)
|
|
5
|
+
|
|
6
|
+
interface mixin TextDecoderCommon {
|
|
7
|
+
readonly attribute DOMString encoding;
|
|
8
|
+
readonly attribute boolean fatal;
|
|
9
|
+
readonly attribute boolean ignoreBOM;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
dictionary TextDecoderOptions {
|
|
13
|
+
boolean fatal = false;
|
|
14
|
+
boolean ignoreBOM = false;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
dictionary TextDecodeOptions {
|
|
18
|
+
boolean stream = false;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
[Exposed=*]
|
|
22
|
+
interface TextDecoder {
|
|
23
|
+
constructor(optional DOMString label = "utf-8", optional TextDecoderOptions options = {});
|
|
24
|
+
|
|
25
|
+
USVString decode(optional [AllowShared] BufferSource input, optional TextDecodeOptions options = {});
|
|
26
|
+
};
|
|
27
|
+
TextDecoder includes TextDecoderCommon;
|
|
28
|
+
|
|
29
|
+
interface mixin TextEncoderCommon {
|
|
30
|
+
readonly attribute DOMString encoding;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
dictionary TextEncoderEncodeIntoResult {
|
|
34
|
+
unsigned long long read;
|
|
35
|
+
unsigned long long written;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
[Exposed=*]
|
|
39
|
+
interface TextEncoder {
|
|
40
|
+
constructor();
|
|
41
|
+
|
|
42
|
+
[NewObject] Uint8Array encode(optional USVString input = "");
|
|
43
|
+
TextEncoderEncodeIntoResult encodeInto(USVString source, [AllowShared] Uint8Array destination);
|
|
44
|
+
};
|
|
45
|
+
TextEncoder includes TextEncoderCommon;
|
|
46
|
+
|
|
47
|
+
[Exposed=*]
|
|
48
|
+
interface TextDecoderStream {
|
|
49
|
+
constructor(optional DOMString label = "utf-8", optional TextDecoderOptions options = {});
|
|
50
|
+
};
|
|
51
|
+
TextDecoderStream includes TextDecoderCommon;
|
|
52
|
+
TextDecoderStream includes GenericTransformStream;
|
|
53
|
+
|
|
54
|
+
[Exposed=*]
|
|
55
|
+
interface TextEncoderStream {
|
|
56
|
+
constructor();
|
|
57
|
+
};
|
|
58
|
+
TextEncoderStream includes TextEncoderCommon;
|
|
59
|
+
TextEncoderStream includes GenericTransformStream;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
// GENERATED CONTENT - DO NOT EDIT
|
|
2
|
+
// Content was automatically extracted by Reffy into webref
|
|
3
|
+
// (https://github.com/w3c/webref)
|
|
4
|
+
// Source: Encrypted Media Extensions (https://w3c.github.io/encrypted-media/)
|
|
5
|
+
|
|
6
|
+
[Exposed=Window]
|
|
7
|
+
partial interface Navigator {
|
|
8
|
+
[SecureContext] Promise<MediaKeySystemAccess> requestMediaKeySystemAccess (DOMString keySystem, sequence<MediaKeySystemConfiguration> supportedConfigurations);
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
enum MediaKeysRequirement {
|
|
12
|
+
"required",
|
|
13
|
+
"optional",
|
|
14
|
+
"not-allowed"
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
dictionary MediaKeySystemConfiguration {
|
|
18
|
+
DOMString label = "";
|
|
19
|
+
sequence<DOMString> initDataTypes = [];
|
|
20
|
+
sequence<MediaKeySystemMediaCapability> audioCapabilities = [];
|
|
21
|
+
sequence<MediaKeySystemMediaCapability> videoCapabilities = [];
|
|
22
|
+
MediaKeysRequirement distinctiveIdentifier = "optional";
|
|
23
|
+
MediaKeysRequirement persistentState = "optional";
|
|
24
|
+
sequence<DOMString> sessionTypes;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
dictionary MediaKeySystemMediaCapability {
|
|
28
|
+
DOMString contentType = "";
|
|
29
|
+
DOMString? encryptionScheme = null;
|
|
30
|
+
DOMString robustness = "";
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
[Exposed=Window, SecureContext] interface MediaKeySystemAccess {
|
|
34
|
+
readonly attribute DOMString keySystem;
|
|
35
|
+
MediaKeySystemConfiguration getConfiguration ();
|
|
36
|
+
Promise<MediaKeys> createMediaKeys ();
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
enum MediaKeySessionType {
|
|
40
|
+
"temporary",
|
|
41
|
+
"persistent-license"
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
[Exposed=Window, SecureContext] interface MediaKeys {
|
|
45
|
+
MediaKeySession createSession (optional MediaKeySessionType sessionType = "temporary");
|
|
46
|
+
Promise<boolean> setServerCertificate (BufferSource serverCertificate);
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
enum MediaKeySessionClosedReason {
|
|
50
|
+
"internal-error",
|
|
51
|
+
"closed-by-application",
|
|
52
|
+
"release-acknowledged",
|
|
53
|
+
"hardware-context-reset",
|
|
54
|
+
"resource-evicted"
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
[Exposed=Window, SecureContext] interface MediaKeySession : EventTarget {
|
|
58
|
+
readonly attribute DOMString sessionId;
|
|
59
|
+
readonly attribute unrestricted double expiration;
|
|
60
|
+
readonly attribute Promise<MediaKeySessionClosedReason> closed;
|
|
61
|
+
readonly attribute MediaKeyStatusMap keyStatuses;
|
|
62
|
+
attribute EventHandler onkeystatuseschange;
|
|
63
|
+
attribute EventHandler onmessage;
|
|
64
|
+
Promise<undefined> generateRequest (DOMString initDataType, BufferSource initData);
|
|
65
|
+
Promise<boolean> load (DOMString sessionId);
|
|
66
|
+
Promise<undefined> update (BufferSource response);
|
|
67
|
+
Promise<undefined> close ();
|
|
68
|
+
Promise<undefined> remove ();
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
[Exposed=Window, SecureContext] interface MediaKeyStatusMap {
|
|
72
|
+
iterable<BufferSource,MediaKeyStatus>;
|
|
73
|
+
readonly attribute unsigned long size;
|
|
74
|
+
boolean has (BufferSource keyId);
|
|
75
|
+
(MediaKeyStatus or undefined) get (BufferSource keyId);
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
enum MediaKeyStatus {
|
|
79
|
+
"usable",
|
|
80
|
+
"expired",
|
|
81
|
+
"released",
|
|
82
|
+
"output-restricted",
|
|
83
|
+
"output-downscaled",
|
|
84
|
+
"usable-in-future",
|
|
85
|
+
"status-pending",
|
|
86
|
+
"internal-error"
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
enum MediaKeyMessageType {
|
|
90
|
+
"license-request",
|
|
91
|
+
"license-renewal",
|
|
92
|
+
"license-release",
|
|
93
|
+
"individualization-request"
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
[Exposed=Window, SecureContext]
|
|
97
|
+
interface MediaKeyMessageEvent : Event {
|
|
98
|
+
constructor(DOMString type, MediaKeyMessageEventInit eventInitDict);
|
|
99
|
+
readonly attribute MediaKeyMessageType messageType;
|
|
100
|
+
readonly attribute ArrayBuffer message;
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
dictionary MediaKeyMessageEventInit : EventInit {
|
|
104
|
+
required MediaKeyMessageType messageType;
|
|
105
|
+
required ArrayBuffer message;
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
[Exposed=Window] partial interface HTMLMediaElement {
|
|
109
|
+
[SecureContext] readonly attribute MediaKeys? mediaKeys;
|
|
110
|
+
attribute EventHandler onencrypted;
|
|
111
|
+
attribute EventHandler onwaitingforkey;
|
|
112
|
+
[SecureContext] Promise<undefined> setMediaKeys (MediaKeys? mediaKeys);
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
[Exposed=Window]
|
|
116
|
+
interface MediaEncryptedEvent : Event {
|
|
117
|
+
constructor(DOMString type, optional MediaEncryptedEventInit eventInitDict = {});
|
|
118
|
+
readonly attribute DOMString initDataType;
|
|
119
|
+
readonly attribute ArrayBuffer? initData;
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
dictionary MediaEncryptedEventInit : EventInit {
|
|
123
|
+
DOMString initDataType = "";
|
|
124
|
+
ArrayBuffer? initData = null;
|
|
125
|
+
};
|
package/entries-api.idl
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// GENERATED CONTENT - DO NOT EDIT
|
|
2
|
+
// Content was automatically extracted by Reffy into webref
|
|
3
|
+
// (https://github.com/w3c/webref)
|
|
4
|
+
// Source: File and Directory Entries API (https://wicg.github.io/entries-api/)
|
|
5
|
+
|
|
6
|
+
partial interface File {
|
|
7
|
+
readonly attribute USVString webkitRelativePath;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
partial interface HTMLInputElement {
|
|
11
|
+
attribute boolean webkitdirectory;
|
|
12
|
+
readonly attribute FrozenArray<FileSystemEntry> webkitEntries;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
partial interface DataTransferItem {
|
|
16
|
+
FileSystemEntry? webkitGetAsEntry();
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
callback ErrorCallback = undefined (DOMException err);
|
|
20
|
+
|
|
21
|
+
[Exposed=Window]
|
|
22
|
+
interface FileSystemEntry {
|
|
23
|
+
readonly attribute boolean isFile;
|
|
24
|
+
readonly attribute boolean isDirectory;
|
|
25
|
+
readonly attribute USVString name;
|
|
26
|
+
readonly attribute USVString fullPath;
|
|
27
|
+
readonly attribute FileSystem filesystem;
|
|
28
|
+
|
|
29
|
+
undefined getParent(optional FileSystemEntryCallback successCallback,
|
|
30
|
+
optional ErrorCallback errorCallback);
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
[Exposed=Window]
|
|
34
|
+
interface FileSystemDirectoryEntry : FileSystemEntry {
|
|
35
|
+
FileSystemDirectoryReader createReader();
|
|
36
|
+
undefined getFile(optional USVString? path,
|
|
37
|
+
optional FileSystemFlags options = {},
|
|
38
|
+
optional FileSystemEntryCallback successCallback,
|
|
39
|
+
optional ErrorCallback errorCallback);
|
|
40
|
+
undefined getDirectory(optional USVString? path,
|
|
41
|
+
optional FileSystemFlags options = {},
|
|
42
|
+
optional FileSystemEntryCallback successCallback,
|
|
43
|
+
optional ErrorCallback errorCallback);
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
dictionary FileSystemFlags {
|
|
47
|
+
boolean create = false;
|
|
48
|
+
boolean exclusive = false;
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
callback FileSystemEntryCallback = undefined (FileSystemEntry entry);
|
|
52
|
+
|
|
53
|
+
[Exposed=Window]
|
|
54
|
+
interface FileSystemDirectoryReader {
|
|
55
|
+
undefined readEntries(FileSystemEntriesCallback successCallback,
|
|
56
|
+
optional ErrorCallback errorCallback);
|
|
57
|
+
};
|
|
58
|
+
callback FileSystemEntriesCallback = undefined (sequence<FileSystemEntry> entries);
|
|
59
|
+
|
|
60
|
+
[Exposed=Window]
|
|
61
|
+
interface FileSystemFileEntry : FileSystemEntry {
|
|
62
|
+
undefined file(FileCallback successCallback,
|
|
63
|
+
optional ErrorCallback errorCallback);
|
|
64
|
+
};
|
|
65
|
+
callback FileCallback = undefined (File file);
|
|
66
|
+
|
|
67
|
+
[Exposed=Window]
|
|
68
|
+
interface FileSystem {
|
|
69
|
+
readonly attribute USVString name;
|
|
70
|
+
readonly attribute FileSystemDirectoryEntry root;
|
|
71
|
+
};
|
package/event-timing.idl
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// GENERATED CONTENT - DO NOT EDIT
|
|
2
|
+
// Content was automatically extracted by Reffy into webref
|
|
3
|
+
// (https://github.com/w3c/webref)
|
|
4
|
+
// Source: Event Timing API (https://w3c.github.io/event-timing)
|
|
5
|
+
|
|
6
|
+
[Exposed=Window]
|
|
7
|
+
interface PerformanceEventTiming : PerformanceEntry {
|
|
8
|
+
readonly attribute DOMHighResTimeStamp processingStart;
|
|
9
|
+
readonly attribute DOMHighResTimeStamp processingEnd;
|
|
10
|
+
readonly attribute boolean cancelable;
|
|
11
|
+
readonly attribute Node? target;
|
|
12
|
+
readonly attribute unsigned long long interactionId;
|
|
13
|
+
[Default] object toJSON();
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
[Exposed=Window]
|
|
17
|
+
interface EventCounts {
|
|
18
|
+
readonly maplike<DOMString, unsigned long long>;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
[Exposed=Window]
|
|
22
|
+
partial interface Performance {
|
|
23
|
+
[SameObject] readonly attribute EventCounts eventCounts;
|
|
24
|
+
readonly attribute unsigned long long interactionCount;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
partial dictionary PerformanceObserverInit {
|
|
28
|
+
DOMHighResTimeStamp durationThreshold;
|
|
29
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// GENERATED CONTENT - DO NOT EDIT
|
|
2
|
+
// Content was automatically extracted by Reffy into webref
|
|
3
|
+
// (https://github.com/w3c/webref)
|
|
4
|
+
// Source: EyeDropper API (https://wicg.github.io/eyedropper-api/)
|
|
5
|
+
|
|
6
|
+
dictionary ColorSelectionResult {
|
|
7
|
+
DOMString sRGBHex;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
dictionary ColorSelectionOptions {
|
|
11
|
+
AbortSignal signal;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
[Exposed=Window, SecureContext]
|
|
15
|
+
interface EyeDropper {
|
|
16
|
+
constructor();
|
|
17
|
+
Promise<ColorSelectionResult> open(optional ColorSelectionOptions options = {});
|
|
18
|
+
};
|
package/fenced-frame.idl
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// GENERATED CONTENT - DO NOT EDIT
|
|
2
|
+
// Content was automatically extracted by Reffy into webref
|
|
3
|
+
// (https://github.com/w3c/webref)
|
|
4
|
+
// Source: Fenced frame (https://wicg.github.io/fenced-frame/)
|
|
5
|
+
|
|
6
|
+
[Exposed=Window]
|
|
7
|
+
interface HTMLFencedFrameElement : HTMLElement {
|
|
8
|
+
[HTMLConstructor] constructor();
|
|
9
|
+
|
|
10
|
+
[CEReactions] attribute FencedFrameConfig config;
|
|
11
|
+
[CEReactions] attribute DOMString width;
|
|
12
|
+
[CEReactions] attribute DOMString height;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
enum OpaqueProperty {"opaque"};
|
|
16
|
+
|
|
17
|
+
typedef (unsigned long or OpaqueProperty) FencedFrameConfigSize;
|
|
18
|
+
typedef (USVString or OpaqueProperty) FencedFrameConfigURL;
|
|
19
|
+
|
|
20
|
+
[Exposed=Window]
|
|
21
|
+
interface FencedFrameConfig {
|
|
22
|
+
constructor(USVString url);
|
|
23
|
+
readonly attribute FencedFrameConfigURL? url;
|
|
24
|
+
readonly attribute FencedFrameConfigSize? width;
|
|
25
|
+
readonly attribute FencedFrameConfigSize? height;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
enum FenceReportingDestination {
|
|
29
|
+
"buyer",
|
|
30
|
+
"seller",
|
|
31
|
+
"component-seller",
|
|
32
|
+
"shared-storage-select-url",
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
dictionary FenceEvent {
|
|
36
|
+
required DOMString eventType;
|
|
37
|
+
required DOMString eventData;
|
|
38
|
+
required sequence<DOMString> destination;
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
[Exposed=Window]
|
|
42
|
+
interface Fence {
|
|
43
|
+
undefined reportEvent(FenceEvent event);
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
partial interface Window {
|
|
47
|
+
// Collection of fenced frame APIs
|
|
48
|
+
readonly attribute Fence? fence;
|
|
49
|
+
};
|
package/fetch.idl
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
// GENERATED CONTENT - DO NOT EDIT
|
|
2
|
+
// Content was automatically extracted by Reffy into webref
|
|
3
|
+
// (https://github.com/w3c/webref)
|
|
4
|
+
// Source: Fetch Standard (https://fetch.spec.whatwg.org/)
|
|
5
|
+
|
|
6
|
+
typedef (sequence<sequence<ByteString>> or record<ByteString, ByteString>) HeadersInit;
|
|
7
|
+
|
|
8
|
+
[Exposed=(Window,Worker)]
|
|
9
|
+
interface Headers {
|
|
10
|
+
constructor(optional HeadersInit init);
|
|
11
|
+
|
|
12
|
+
undefined append(ByteString name, ByteString value);
|
|
13
|
+
undefined delete(ByteString name);
|
|
14
|
+
ByteString? get(ByteString name);
|
|
15
|
+
sequence<ByteString> getSetCookie();
|
|
16
|
+
boolean has(ByteString name);
|
|
17
|
+
undefined set(ByteString name, ByteString value);
|
|
18
|
+
iterable<ByteString, ByteString>;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) XMLHttpRequestBodyInit;
|
|
22
|
+
|
|
23
|
+
typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;
|
|
24
|
+
interface mixin Body {
|
|
25
|
+
readonly attribute ReadableStream? body;
|
|
26
|
+
readonly attribute boolean bodyUsed;
|
|
27
|
+
[NewObject] Promise<ArrayBuffer> arrayBuffer();
|
|
28
|
+
[NewObject] Promise<Blob> blob();
|
|
29
|
+
[NewObject] Promise<FormData> formData();
|
|
30
|
+
[NewObject] Promise<any> json();
|
|
31
|
+
[NewObject] Promise<USVString> text();
|
|
32
|
+
};
|
|
33
|
+
typedef (Request or USVString) RequestInfo;
|
|
34
|
+
|
|
35
|
+
[Exposed=(Window,Worker)]
|
|
36
|
+
interface Request {
|
|
37
|
+
constructor(RequestInfo input, optional RequestInit init = {});
|
|
38
|
+
|
|
39
|
+
readonly attribute ByteString method;
|
|
40
|
+
readonly attribute USVString url;
|
|
41
|
+
[SameObject] readonly attribute Headers headers;
|
|
42
|
+
|
|
43
|
+
readonly attribute RequestDestination destination;
|
|
44
|
+
readonly attribute USVString referrer;
|
|
45
|
+
readonly attribute ReferrerPolicy referrerPolicy;
|
|
46
|
+
readonly attribute RequestMode mode;
|
|
47
|
+
readonly attribute RequestCredentials credentials;
|
|
48
|
+
readonly attribute RequestCache cache;
|
|
49
|
+
readonly attribute RequestRedirect redirect;
|
|
50
|
+
readonly attribute DOMString integrity;
|
|
51
|
+
readonly attribute boolean keepalive;
|
|
52
|
+
readonly attribute boolean isReloadNavigation;
|
|
53
|
+
readonly attribute boolean isHistoryNavigation;
|
|
54
|
+
readonly attribute AbortSignal signal;
|
|
55
|
+
readonly attribute RequestDuplex duplex;
|
|
56
|
+
|
|
57
|
+
[NewObject] Request clone();
|
|
58
|
+
};
|
|
59
|
+
Request includes Body;
|
|
60
|
+
|
|
61
|
+
dictionary RequestInit {
|
|
62
|
+
ByteString method;
|
|
63
|
+
HeadersInit headers;
|
|
64
|
+
BodyInit? body;
|
|
65
|
+
USVString referrer;
|
|
66
|
+
ReferrerPolicy referrerPolicy;
|
|
67
|
+
RequestMode mode;
|
|
68
|
+
RequestCredentials credentials;
|
|
69
|
+
RequestCache cache;
|
|
70
|
+
RequestRedirect redirect;
|
|
71
|
+
DOMString integrity;
|
|
72
|
+
boolean keepalive;
|
|
73
|
+
AbortSignal? signal;
|
|
74
|
+
RequestDuplex duplex;
|
|
75
|
+
RequestPriority priority;
|
|
76
|
+
any window; // can only be set to null
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
enum RequestDestination { "", "audio", "audioworklet", "document", "embed", "font", "frame", "iframe", "image", "manifest", "object", "paintworklet", "report", "script", "sharedworker", "style", "track", "video", "worker", "xslt" };
|
|
80
|
+
enum RequestMode { "navigate", "same-origin", "no-cors", "cors" };
|
|
81
|
+
enum RequestCredentials { "omit", "same-origin", "include" };
|
|
82
|
+
enum RequestCache { "default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached" };
|
|
83
|
+
enum RequestRedirect { "follow", "error", "manual" };
|
|
84
|
+
enum RequestDuplex { "half" };
|
|
85
|
+
enum RequestPriority { "high", "low", "auto" };
|
|
86
|
+
|
|
87
|
+
[Exposed=(Window,Worker)]interface Response {
|
|
88
|
+
constructor(optional BodyInit? body = null, optional ResponseInit init = {});
|
|
89
|
+
|
|
90
|
+
[NewObject] static Response error();
|
|
91
|
+
[NewObject] static Response redirect(USVString url, optional unsigned short status = 302);
|
|
92
|
+
[NewObject] static Response json(any data, optional ResponseInit init = {});
|
|
93
|
+
|
|
94
|
+
readonly attribute ResponseType type;
|
|
95
|
+
|
|
96
|
+
readonly attribute USVString url;
|
|
97
|
+
readonly attribute boolean redirected;
|
|
98
|
+
readonly attribute unsigned short status;
|
|
99
|
+
readonly attribute boolean ok;
|
|
100
|
+
readonly attribute ByteString statusText;
|
|
101
|
+
[SameObject] readonly attribute Headers headers;
|
|
102
|
+
|
|
103
|
+
[NewObject] Response clone();
|
|
104
|
+
};
|
|
105
|
+
Response includes Body;
|
|
106
|
+
|
|
107
|
+
dictionary ResponseInit {
|
|
108
|
+
unsigned short status = 200;
|
|
109
|
+
ByteString statusText = "";
|
|
110
|
+
HeadersInit headers;
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
enum ResponseType { "basic", "cors", "default", "error", "opaque", "opaqueredirect" };
|
|
114
|
+
|
|
115
|
+
partial interface mixin WindowOrWorkerGlobalScope {
|
|
116
|
+
[NewObject] Promise<Response> fetch(RequestInfo input, optional RequestInit init = {});
|
|
117
|
+
};
|
package/fido.idl
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// GENERATED CONTENT - DO NOT EDIT
|
|
2
|
+
// Content was automatically extracted by Reffy into webref
|
|
3
|
+
// (https://github.com/w3c/webref)
|
|
4
|
+
// Source: Client to Authenticator Protocol (CTAP) (https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html)
|
|
5
|
+
|
|
6
|
+
partial dictionary AuthenticationExtensionsClientInputs {
|
|
7
|
+
USVString credentialProtectionPolicy;
|
|
8
|
+
boolean enforceCredentialProtectionPolicy = false;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
partial dictionary AuthenticationExtensionsClientInputs {
|
|
12
|
+
ArrayBuffer credBlob;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
partial dictionary AuthenticationExtensionsClientInputs {
|
|
16
|
+
boolean getCredBlob;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
partial dictionary AuthenticationExtensionsClientInputs {
|
|
20
|
+
boolean minPinLength;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
partial dictionary AuthenticationExtensionsClientInputs {
|
|
24
|
+
boolean hmacCreateSecret;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
dictionary HMACGetSecretInput {
|
|
28
|
+
required ArrayBuffer salt1; // 32-byte random data
|
|
29
|
+
ArrayBuffer salt2; // Optional additional 32-byte random data
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
partial dictionary AuthenticationExtensionsClientInputs {
|
|
33
|
+
HMACGetSecretInput hmacGetSecret;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
partial dictionary AuthenticationExtensionsClientOutputs {
|
|
37
|
+
boolean hmacCreateSecret;
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
dictionary HMACGetSecretOutput {
|
|
41
|
+
required ArrayBuffer output1;
|
|
42
|
+
ArrayBuffer output2;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
partial dictionary AuthenticationExtensionsClientOutputs {
|
|
46
|
+
HMACGetSecretOutput hmacGetSecret;
|
|
47
|
+
};
|