1 | [package] |
2 | authors = ["The wasm-bindgen Developers" ] |
3 | description = "" " |
4 | Bindings for all Web APIs, a procedurally generated crate from WebIDL |
5 | " "" |
6 | documentation = "https://rustwasm.github.io/wasm-bindgen/api/web_sys/" |
7 | edition = "2021" |
8 | homepage = "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html" |
9 | include = ["/LICENSE-*" , "/src" ] |
10 | license = "MIT OR Apache-2.0" |
11 | name = "web-sys" |
12 | readme = "./README.md" |
13 | repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys" |
14 | rust-version = "1.57" |
15 | version = "0.3.77" |
16 | |
17 | [package.metadata.docs.rs] |
18 | all-features = true |
19 | rustdoc-args = ["--cfg=web_sys_unstable_apis" ] |
20 | |
21 | [lib] |
22 | doctest = false |
23 | test = false |
24 | |
25 | [dependencies] |
26 | js-sys = { path = '../js-sys' , version = '=0.3.77' , default-features = false } |
27 | wasm-bindgen = { path = "../.." , version = "=0.2.100" , default-features = false } |
28 | |
29 | [target.'cfg(target_arch = "wasm32")'.dev-dependencies] |
30 | futures = "0.3" |
31 | wasm-bindgen-futures = { path = '../futures' , features = ["futures-core-03-stream" ] } |
32 | wasm-bindgen-test = { path = '../test' } |
33 | |
34 | [lints.rust] |
35 | unexpected_cfgs = { level = "warn" , check-cfg = ['cfg(web_sys_unstable_apis)' ] } |
36 | |
37 | [lints.clippy] |
38 | large_enum_variant = "allow" |
39 | new_without_default = "allow" |
40 | overly_complex_bool_expr = "allow" |
41 | too_many_arguments = "allow" |
42 | type_complexity = "allow" |
43 | |
44 | # This list is auto-generated by the wasm-bindgen-webidl program |
45 | [features] |
46 | default = ["std" ] |
47 | std = ["wasm-bindgen/std" , "js-sys/std" ] |
48 | AbortController = [] |
49 | AbortSignal = ["EventTarget" ] |
50 | AddEventListenerOptions = [] |
51 | AesCbcParams = [] |
52 | AesCtrParams = [] |
53 | AesDerivedKeyParams = [] |
54 | AesGcmParams = [] |
55 | AesKeyAlgorithm = [] |
56 | AesKeyGenParams = [] |
57 | Algorithm = [] |
58 | AlignSetting = [] |
59 | AllowedBluetoothDevice = [] |
60 | AllowedUsbDevice = [] |
61 | AlphaOption = [] |
62 | AnalyserNode = ["AudioNode" , "EventTarget" ] |
63 | AnalyserOptions = [] |
64 | AngleInstancedArrays = [] |
65 | Animation = ["EventTarget" ] |
66 | AnimationEffect = [] |
67 | AnimationEvent = ["Event" ] |
68 | AnimationEventInit = [] |
69 | AnimationPlayState = [] |
70 | AnimationPlaybackEvent = ["Event" ] |
71 | AnimationPlaybackEventInit = [] |
72 | AnimationPropertyDetails = [] |
73 | AnimationPropertyValueDetails = [] |
74 | AnimationTimeline = [] |
75 | AssignedNodesOptions = [] |
76 | AttestationConveyancePreference = [] |
77 | Attr = ["EventTarget" , "Node" ] |
78 | AttributeNameValue = [] |
79 | AudioBuffer = [] |
80 | AudioBufferOptions = [] |
81 | AudioBufferSourceNode = ["AudioNode" , "AudioScheduledSourceNode" , "EventTarget" ] |
82 | AudioBufferSourceOptions = [] |
83 | AudioConfiguration = [] |
84 | AudioContext = ["BaseAudioContext" , "EventTarget" ] |
85 | AudioContextLatencyCategory = [] |
86 | AudioContextOptions = [] |
87 | AudioContextState = [] |
88 | AudioData = [] |
89 | AudioDataCopyToOptions = [] |
90 | AudioDataInit = [] |
91 | AudioDecoder = [] |
92 | AudioDecoderConfig = [] |
93 | AudioDecoderInit = [] |
94 | AudioDecoderSupport = [] |
95 | AudioDestinationNode = ["AudioNode" , "EventTarget" ] |
96 | AudioEncoder = [] |
97 | AudioEncoderConfig = [] |
98 | AudioEncoderInit = [] |
99 | AudioEncoderSupport = [] |
100 | AudioListener = [] |
101 | AudioNode = ["EventTarget" ] |
102 | AudioNodeOptions = [] |
103 | AudioParam = [] |
104 | AudioParamMap = [] |
105 | AudioProcessingEvent = ["Event" ] |
106 | AudioSampleFormat = [] |
107 | AudioScheduledSourceNode = ["AudioNode" , "EventTarget" ] |
108 | AudioSinkInfo = [] |
109 | AudioSinkOptions = [] |
110 | AudioSinkType = [] |
111 | AudioStreamTrack = ["EventTarget" , "MediaStreamTrack" ] |
112 | AudioTrack = [] |
113 | AudioTrackList = ["EventTarget" ] |
114 | AudioWorklet = ["Worklet" ] |
115 | AudioWorkletGlobalScope = ["WorkletGlobalScope" ] |
116 | AudioWorkletNode = ["AudioNode" , "EventTarget" ] |
117 | AudioWorkletNodeOptions = [] |
118 | AudioWorkletProcessor = [] |
119 | AuthenticationExtensionsClientInputs = [] |
120 | AuthenticationExtensionsClientInputsJson = [] |
121 | AuthenticationExtensionsClientOutputs = [] |
122 | AuthenticationExtensionsClientOutputsJson = [] |
123 | AuthenticationExtensionsDevicePublicKeyInputs = [] |
124 | AuthenticationExtensionsDevicePublicKeyOutputs = [] |
125 | AuthenticationExtensionsLargeBlobInputs = [] |
126 | AuthenticationExtensionsLargeBlobOutputs = [] |
127 | AuthenticationExtensionsPrfInputs = [] |
128 | AuthenticationExtensionsPrfOutputs = [] |
129 | AuthenticationExtensionsPrfValues = [] |
130 | AuthenticationResponseJson = [] |
131 | AuthenticatorAssertionResponse = ["AuthenticatorResponse" ] |
132 | AuthenticatorAssertionResponseJson = [] |
133 | AuthenticatorAttachment = [] |
134 | AuthenticatorAttestationResponse = ["AuthenticatorResponse" ] |
135 | AuthenticatorAttestationResponseJson = [] |
136 | AuthenticatorResponse = [] |
137 | AuthenticatorSelectionCriteria = [] |
138 | AuthenticatorTransport = [] |
139 | AutoKeyword = [] |
140 | AutocompleteInfo = [] |
141 | BarProp = [] |
142 | BaseAudioContext = ["EventTarget" ] |
143 | BaseComputedKeyframe = [] |
144 | BaseKeyframe = [] |
145 | BasePropertyIndexedKeyframe = [] |
146 | BasicCardRequest = [] |
147 | BasicCardResponse = [] |
148 | BasicCardType = [] |
149 | BatteryManager = ["EventTarget" ] |
150 | BeforeUnloadEvent = ["Event" ] |
151 | BinaryType = [] |
152 | BiquadFilterNode = ["AudioNode" , "EventTarget" ] |
153 | BiquadFilterOptions = [] |
154 | BiquadFilterType = [] |
155 | Blob = [] |
156 | BlobEvent = ["Event" ] |
157 | BlobEventInit = [] |
158 | BlobPropertyBag = [] |
159 | BlockParsingOptions = [] |
160 | Bluetooth = ["EventTarget" ] |
161 | BluetoothAdvertisingEvent = ["Event" ] |
162 | BluetoothAdvertisingEventInit = [] |
163 | BluetoothCharacteristicProperties = [] |
164 | BluetoothDataFilterInit = [] |
165 | BluetoothDevice = ["EventTarget" ] |
166 | BluetoothLeScanFilterInit = [] |
167 | BluetoothManufacturerDataMap = [] |
168 | BluetoothPermissionDescriptor = [] |
169 | BluetoothPermissionResult = ["EventTarget" , "PermissionStatus" ] |
170 | BluetoothPermissionStorage = [] |
171 | BluetoothRemoteGattCharacteristic = ["EventTarget" ] |
172 | BluetoothRemoteGattDescriptor = [] |
173 | BluetoothRemoteGattServer = [] |
174 | BluetoothRemoteGattService = ["EventTarget" ] |
175 | BluetoothServiceDataMap = [] |
176 | BluetoothUuid = [] |
177 | BoxQuadOptions = [] |
178 | BroadcastChannel = ["EventTarget" ] |
179 | BrowserElementDownloadOptions = [] |
180 | BrowserElementExecuteScriptOptions = [] |
181 | BrowserFeedWriter = [] |
182 | BrowserFindCaseSensitivity = [] |
183 | BrowserFindDirection = [] |
184 | ByteLengthQueuingStrategy = [] |
185 | Cache = [] |
186 | CacheBatchOperation = [] |
187 | CacheQueryOptions = [] |
188 | CacheStorage = [] |
189 | CacheStorageNamespace = [] |
190 | CanvasCaptureMediaStream = ["EventTarget" , "MediaStream" ] |
191 | CanvasCaptureMediaStreamTrack = ["EventTarget" , "MediaStreamTrack" ] |
192 | CanvasGradient = [] |
193 | CanvasPattern = [] |
194 | CanvasRenderingContext2d = [] |
195 | CanvasWindingRule = [] |
196 | CaretChangedReason = [] |
197 | CaretPosition = [] |
198 | CaretStateChangedEventInit = [] |
199 | CdataSection = ["CharacterData" , "EventTarget" , "Node" , "Text" ] |
200 | ChannelCountMode = [] |
201 | ChannelInterpretation = [] |
202 | ChannelMergerNode = ["AudioNode" , "EventTarget" ] |
203 | ChannelMergerOptions = [] |
204 | ChannelSplitterNode = ["AudioNode" , "EventTarget" ] |
205 | ChannelSplitterOptions = [] |
206 | CharacterData = ["EventTarget" , "Node" ] |
207 | CheckerboardReason = [] |
208 | CheckerboardReport = [] |
209 | CheckerboardReportService = [] |
210 | ChromeFilePropertyBag = [] |
211 | ChromeWorker = ["EventTarget" , "Worker" ] |
212 | Client = [] |
213 | ClientQueryOptions = [] |
214 | ClientRectsAndTexts = [] |
215 | ClientType = [] |
216 | Clients = [] |
217 | Clipboard = ["EventTarget" ] |
218 | ClipboardEvent = ["Event" ] |
219 | ClipboardEventInit = [] |
220 | ClipboardItem = [] |
221 | ClipboardItemOptions = [] |
222 | ClipboardPermissionDescriptor = [] |
223 | ClipboardUnsanitizedFormats = [] |
224 | CloseEvent = ["Event" ] |
225 | CloseEventInit = [] |
226 | CodecState = [] |
227 | CollectedClientData = [] |
228 | ColorSpaceConversion = [] |
229 | Comment = ["CharacterData" , "EventTarget" , "Node" ] |
230 | CompositeOperation = [] |
231 | CompositionEvent = ["Event" , "UiEvent" ] |
232 | CompositionEventInit = [] |
233 | CompressionFormat = [] |
234 | CompressionStream = [] |
235 | ComputedEffectTiming = [] |
236 | ConnStatusDict = [] |
237 | ConnectionType = [] |
238 | ConsoleCounter = [] |
239 | ConsoleCounterError = [] |
240 | ConsoleEvent = [] |
241 | ConsoleInstance = [] |
242 | ConsoleInstanceOptions = [] |
243 | ConsoleLevel = [] |
244 | ConsoleLogLevel = [] |
245 | ConsoleProfileEvent = [] |
246 | ConsoleStackEntry = [] |
247 | ConsoleTimerError = [] |
248 | ConsoleTimerLogOrEnd = [] |
249 | ConsoleTimerStart = [] |
250 | ConstantSourceNode = ["AudioNode" , "AudioScheduledSourceNode" , "EventTarget" ] |
251 | ConstantSourceOptions = [] |
252 | ConstrainBooleanParameters = [] |
253 | ConstrainDomStringParameters = [] |
254 | ConstrainDoubleRange = [] |
255 | ConstrainLongRange = [] |
256 | ContextAttributes2d = [] |
257 | ConvertCoordinateOptions = [] |
258 | ConvolverNode = ["AudioNode" , "EventTarget" ] |
259 | ConvolverOptions = [] |
260 | Coordinates = [] |
261 | CountQueuingStrategy = [] |
262 | Credential = [] |
263 | CredentialCreationOptions = [] |
264 | CredentialPropertiesOutput = [] |
265 | CredentialRequestOptions = [] |
266 | CredentialsContainer = [] |
267 | Crypto = [] |
268 | CryptoKey = [] |
269 | CryptoKeyPair = [] |
270 | CssAnimation = ["Animation" , "EventTarget" ] |
271 | CssBoxType = [] |
272 | CssConditionRule = ["CssGroupingRule" , "CssRule" ] |
273 | CssCounterStyleRule = ["CssRule" ] |
274 | CssFontFaceRule = ["CssRule" ] |
275 | CssFontFeatureValuesRule = ["CssRule" ] |
276 | CssGroupingRule = ["CssRule" ] |
277 | CssImportRule = ["CssRule" ] |
278 | CssKeyframeRule = ["CssRule" ] |
279 | CssKeyframesRule = ["CssRule" ] |
280 | CssMediaRule = ["CssConditionRule" , "CssGroupingRule" , "CssRule" ] |
281 | CssNamespaceRule = ["CssRule" ] |
282 | CssPageRule = ["CssRule" ] |
283 | CssPseudoElement = [] |
284 | CssRule = [] |
285 | CssRuleList = [] |
286 | CssStyleDeclaration = [] |
287 | CssStyleRule = ["CssRule" ] |
288 | CssStyleSheet = ["StyleSheet" ] |
289 | CssStyleSheetParsingMode = [] |
290 | CssSupportsRule = ["CssConditionRule" , "CssGroupingRule" , "CssRule" ] |
291 | CssTransition = ["Animation" , "EventTarget" ] |
292 | CustomElementRegistry = [] |
293 | CustomEvent = ["Event" ] |
294 | CustomEventInit = [] |
295 | DataTransfer = [] |
296 | DataTransferItem = [] |
297 | DataTransferItemList = [] |
298 | DateTimeValue = [] |
299 | DecoderDoctorNotification = [] |
300 | DecoderDoctorNotificationType = [] |
301 | DecompressionStream = [] |
302 | DedicatedWorkerGlobalScope = ["EventTarget" , "WorkerGlobalScope" ] |
303 | DelayNode = ["AudioNode" , "EventTarget" ] |
304 | DelayOptions = [] |
305 | DeviceAcceleration = [] |
306 | DeviceAccelerationInit = [] |
307 | DeviceLightEvent = ["Event" ] |
308 | DeviceLightEventInit = [] |
309 | DeviceMotionEvent = ["Event" ] |
310 | DeviceMotionEventInit = [] |
311 | DeviceOrientationEvent = ["Event" ] |
312 | DeviceOrientationEventInit = [] |
313 | DeviceProximityEvent = ["Event" ] |
314 | DeviceProximityEventInit = [] |
315 | DeviceRotationRate = [] |
316 | DeviceRotationRateInit = [] |
317 | DhKeyDeriveParams = [] |
318 | DirectionSetting = [] |
319 | Directory = [] |
320 | DirectoryPickerOptions = [] |
321 | DisplayMediaStreamConstraints = [] |
322 | DisplayNameOptions = [] |
323 | DisplayNameResult = [] |
324 | DistanceModelType = [] |
325 | DnsCacheDict = [] |
326 | DnsCacheEntry = [] |
327 | DnsLookupDict = [] |
328 | Document = ["EventTarget" , "Node" ] |
329 | DocumentFragment = ["EventTarget" , "Node" ] |
330 | DocumentTimeline = ["AnimationTimeline" ] |
331 | DocumentTimelineOptions = [] |
332 | DocumentType = ["EventTarget" , "Node" ] |
333 | DomError = [] |
334 | DomException = [] |
335 | DomImplementation = [] |
336 | DomMatrix = ["DomMatrixReadOnly" ] |
337 | DomMatrix2dInit = [] |
338 | DomMatrixInit = [] |
339 | DomMatrixReadOnly = [] |
340 | DomParser = [] |
341 | DomPoint = ["DomPointReadOnly" ] |
342 | DomPointInit = [] |
343 | DomPointReadOnly = [] |
344 | DomQuad = [] |
345 | DomQuadInit = [] |
346 | DomQuadJson = [] |
347 | DomRect = ["DomRectReadOnly" ] |
348 | DomRectInit = [] |
349 | DomRectList = [] |
350 | DomRectReadOnly = [] |
351 | DomRequest = ["EventTarget" ] |
352 | DomRequestReadyState = [] |
353 | DomStringList = [] |
354 | DomStringMap = [] |
355 | DomTokenList = [] |
356 | DomWindowResizeEventDetail = [] |
357 | DoubleRange = [] |
358 | DragEvent = ["Event" , "MouseEvent" , "UiEvent" ] |
359 | DragEventInit = [] |
360 | DynamicsCompressorNode = ["AudioNode" , "EventTarget" ] |
361 | DynamicsCompressorOptions = [] |
362 | EcKeyAlgorithm = [] |
363 | EcKeyGenParams = [] |
364 | EcKeyImportParams = [] |
365 | EcdhKeyDeriveParams = [] |
366 | EcdsaParams = [] |
367 | EffectTiming = [] |
368 | Element = ["EventTarget" , "Node" ] |
369 | ElementCreationOptions = [] |
370 | ElementDefinitionOptions = [] |
371 | EncodedAudioChunk = [] |
372 | EncodedAudioChunkInit = [] |
373 | EncodedAudioChunkMetadata = [] |
374 | EncodedAudioChunkType = [] |
375 | EncodedVideoChunk = [] |
376 | EncodedVideoChunkInit = [] |
377 | EncodedVideoChunkMetadata = [] |
378 | EncodedVideoChunkType = [] |
379 | EndingTypes = [] |
380 | ErrorCallback = [] |
381 | ErrorEvent = ["Event" ] |
382 | ErrorEventInit = [] |
383 | Event = [] |
384 | EventInit = [] |
385 | EventListener = [] |
386 | EventListenerOptions = [] |
387 | EventModifierInit = [] |
388 | EventSource = ["EventTarget" ] |
389 | EventSourceInit = [] |
390 | EventTarget = [] |
391 | Exception = [] |
392 | ExtBlendMinmax = [] |
393 | ExtColorBufferFloat = [] |
394 | ExtColorBufferHalfFloat = [] |
395 | ExtDisjointTimerQuery = [] |
396 | ExtFragDepth = [] |
397 | ExtSRgb = [] |
398 | ExtShaderTextureLod = [] |
399 | ExtTextureFilterAnisotropic = [] |
400 | ExtTextureNorm16 = [] |
401 | ExtendableEvent = ["Event" ] |
402 | ExtendableEventInit = [] |
403 | ExtendableMessageEvent = ["Event" , "ExtendableEvent" ] |
404 | ExtendableMessageEventInit = [] |
405 | External = [] |
406 | FakePluginMimeEntry = [] |
407 | FakePluginTagInit = [] |
408 | FetchEvent = ["Event" , "ExtendableEvent" ] |
409 | FetchEventInit = [] |
410 | FetchObserver = ["EventTarget" ] |
411 | FetchReadableStreamReadDataArray = [] |
412 | FetchReadableStreamReadDataDone = [] |
413 | FetchState = [] |
414 | File = ["Blob" ] |
415 | FileCallback = [] |
416 | FileList = [] |
417 | FilePickerAcceptType = [] |
418 | FilePickerOptions = [] |
419 | FilePropertyBag = [] |
420 | FileReader = ["EventTarget" ] |
421 | FileReaderSync = [] |
422 | FileSystem = [] |
423 | FileSystemCreateWritableOptions = [] |
424 | FileSystemDirectoryEntry = ["FileSystemEntry" ] |
425 | FileSystemDirectoryHandle = ["FileSystemHandle" ] |
426 | FileSystemDirectoryReader = [] |
427 | FileSystemEntriesCallback = [] |
428 | FileSystemEntry = [] |
429 | FileSystemEntryCallback = [] |
430 | FileSystemFileEntry = ["FileSystemEntry" ] |
431 | FileSystemFileHandle = ["FileSystemHandle" ] |
432 | FileSystemFlags = [] |
433 | FileSystemGetDirectoryOptions = [] |
434 | FileSystemGetFileOptions = [] |
435 | FileSystemHandle = [] |
436 | FileSystemHandleKind = [] |
437 | FileSystemHandlePermissionDescriptor = [] |
438 | FileSystemPermissionDescriptor = [] |
439 | FileSystemPermissionMode = [] |
440 | FileSystemReadWriteOptions = [] |
441 | FileSystemRemoveOptions = [] |
442 | FileSystemSyncAccessHandle = [] |
443 | FileSystemWritableFileStream = ["WritableStream" ] |
444 | FillMode = [] |
445 | FlashClassification = [] |
446 | FlowControlType = [] |
447 | FocusEvent = ["Event" , "UiEvent" ] |
448 | FocusEventInit = [] |
449 | FocusOptions = [] |
450 | FontData = [] |
451 | FontFace = [] |
452 | FontFaceDescriptors = [] |
453 | FontFaceLoadStatus = [] |
454 | FontFaceSet = ["EventTarget" ] |
455 | FontFaceSetIterator = [] |
456 | FontFaceSetIteratorResult = [] |
457 | FontFaceSetLoadEvent = ["Event" ] |
458 | FontFaceSetLoadEventInit = [] |
459 | FontFaceSetLoadStatus = [] |
460 | FormData = [] |
461 | FrameType = [] |
462 | FuzzingFunctions = [] |
463 | GainNode = ["AudioNode" , "EventTarget" ] |
464 | GainOptions = [] |
465 | Gamepad = [] |
466 | GamepadButton = [] |
467 | GamepadEffectParameters = [] |
468 | GamepadEvent = ["Event" ] |
469 | GamepadEventInit = [] |
470 | GamepadHand = [] |
471 | GamepadHapticActuator = [] |
472 | GamepadHapticActuatorType = [] |
473 | GamepadHapticEffectType = [] |
474 | GamepadHapticsResult = [] |
475 | GamepadMappingType = [] |
476 | GamepadPose = [] |
477 | GamepadTouch = [] |
478 | Geolocation = [] |
479 | GetAnimationsOptions = [] |
480 | GetRootNodeOptions = [] |
481 | GetUserMediaRequest = [] |
482 | Gpu = [] |
483 | GpuAdapter = [] |
484 | GpuAdapterInfo = [] |
485 | GpuAddressMode = [] |
486 | GpuAutoLayoutMode = [] |
487 | GpuBindGroup = [] |
488 | GpuBindGroupDescriptor = [] |
489 | GpuBindGroupEntry = [] |
490 | GpuBindGroupLayout = [] |
491 | GpuBindGroupLayoutDescriptor = [] |
492 | GpuBindGroupLayoutEntry = [] |
493 | GpuBlendComponent = [] |
494 | GpuBlendFactor = [] |
495 | GpuBlendOperation = [] |
496 | GpuBlendState = [] |
497 | GpuBuffer = [] |
498 | GpuBufferBinding = [] |
499 | GpuBufferBindingLayout = [] |
500 | GpuBufferBindingType = [] |
501 | GpuBufferDescriptor = [] |
502 | GpuBufferMapState = [] |
503 | GpuCanvasAlphaMode = [] |
504 | GpuCanvasConfiguration = [] |
505 | GpuCanvasContext = [] |
506 | GpuCanvasToneMapping = [] |
507 | GpuCanvasToneMappingMode = [] |
508 | GpuColorDict = [] |
509 | GpuColorTargetState = [] |
510 | GpuCommandBuffer = [] |
511 | GpuCommandBufferDescriptor = [] |
512 | GpuCommandEncoder = [] |
513 | GpuCommandEncoderDescriptor = [] |
514 | GpuCompareFunction = [] |
515 | GpuCompilationInfo = [] |
516 | GpuCompilationMessage = [] |
517 | GpuCompilationMessageType = [] |
518 | GpuComputePassDescriptor = [] |
519 | GpuComputePassEncoder = [] |
520 | GpuComputePassTimestampWrites = [] |
521 | GpuComputePipeline = [] |
522 | GpuComputePipelineDescriptor = [] |
523 | GpuCopyExternalImageDestInfo = [] |
524 | GpuCopyExternalImageSourceInfo = [] |
525 | GpuCullMode = [] |
526 | GpuDepthStencilState = [] |
527 | GpuDevice = ["EventTarget" ] |
528 | GpuDeviceDescriptor = [] |
529 | GpuDeviceLostInfo = [] |
530 | GpuDeviceLostReason = [] |
531 | GpuError = [] |
532 | GpuErrorFilter = [] |
533 | GpuExtent3dDict = [] |
534 | GpuExternalTexture = [] |
535 | GpuExternalTextureBindingLayout = [] |
536 | GpuExternalTextureDescriptor = [] |
537 | GpuFeatureName = [] |
538 | GpuFilterMode = [] |
539 | GpuFragmentState = [] |
540 | GpuFrontFace = [] |
541 | GpuIndexFormat = [] |
542 | GpuInternalError = ["GpuError" ] |
543 | GpuLoadOp = [] |
544 | GpuMipmapFilterMode = [] |
545 | GpuMultisampleState = [] |
546 | GpuObjectDescriptorBase = [] |
547 | GpuOrigin2dDict = [] |
548 | GpuOrigin3dDict = [] |
549 | GpuOutOfMemoryError = ["GpuError" ] |
550 | GpuPipelineDescriptorBase = [] |
551 | GpuPipelineError = ["DomException" ] |
552 | GpuPipelineErrorInit = [] |
553 | GpuPipelineErrorReason = [] |
554 | GpuPipelineLayout = [] |
555 | GpuPipelineLayoutDescriptor = [] |
556 | GpuPowerPreference = [] |
557 | GpuPrimitiveState = [] |
558 | GpuPrimitiveTopology = [] |
559 | GpuProgrammableStage = [] |
560 | GpuQuerySet = [] |
561 | GpuQuerySetDescriptor = [] |
562 | GpuQueryType = [] |
563 | GpuQueue = [] |
564 | GpuQueueDescriptor = [] |
565 | GpuRenderBundle = [] |
566 | GpuRenderBundleDescriptor = [] |
567 | GpuRenderBundleEncoder = [] |
568 | GpuRenderBundleEncoderDescriptor = [] |
569 | GpuRenderPassColorAttachment = [] |
570 | GpuRenderPassDepthStencilAttachment = [] |
571 | GpuRenderPassDescriptor = [] |
572 | GpuRenderPassEncoder = [] |
573 | GpuRenderPassLayout = [] |
574 | GpuRenderPassTimestampWrites = [] |
575 | GpuRenderPipeline = [] |
576 | GpuRenderPipelineDescriptor = [] |
577 | GpuRequestAdapterOptions = [] |
578 | GpuSampler = [] |
579 | GpuSamplerBindingLayout = [] |
580 | GpuSamplerBindingType = [] |
581 | GpuSamplerDescriptor = [] |
582 | GpuShaderModule = [] |
583 | GpuShaderModuleCompilationHint = [] |
584 | GpuShaderModuleDescriptor = [] |
585 | GpuStencilFaceState = [] |
586 | GpuStencilOperation = [] |
587 | GpuStorageTextureAccess = [] |
588 | GpuStorageTextureBindingLayout = [] |
589 | GpuStoreOp = [] |
590 | GpuSupportedFeatures = [] |
591 | GpuSupportedLimits = [] |
592 | GpuTexelCopyBufferInfo = [] |
593 | GpuTexelCopyBufferLayout = [] |
594 | GpuTexelCopyTextureInfo = [] |
595 | GpuTexture = [] |
596 | GpuTextureAspect = [] |
597 | GpuTextureBindingLayout = [] |
598 | GpuTextureDescriptor = [] |
599 | GpuTextureDimension = [] |
600 | GpuTextureFormat = [] |
601 | GpuTextureSampleType = [] |
602 | GpuTextureView = [] |
603 | GpuTextureViewDescriptor = [] |
604 | GpuTextureViewDimension = [] |
605 | GpuUncapturedErrorEvent = ["Event" ] |
606 | GpuUncapturedErrorEventInit = [] |
607 | GpuValidationError = ["GpuError" ] |
608 | GpuVertexAttribute = [] |
609 | GpuVertexBufferLayout = [] |
610 | GpuVertexFormat = [] |
611 | GpuVertexState = [] |
612 | GpuVertexStepMode = [] |
613 | GroupedHistoryEventInit = [] |
614 | HalfOpenInfoDict = [] |
615 | HardwareAcceleration = [] |
616 | HashChangeEvent = ["Event" ] |
617 | HashChangeEventInit = [] |
618 | Headers = [] |
619 | HeadersGuardEnum = [] |
620 | Hid = ["EventTarget" ] |
621 | HidCollectionInfo = [] |
622 | HidConnectionEvent = ["Event" ] |
623 | HidConnectionEventInit = [] |
624 | HidDevice = ["EventTarget" ] |
625 | HidDeviceFilter = [] |
626 | HidDeviceRequestOptions = [] |
627 | HidInputReportEvent = ["Event" ] |
628 | HidInputReportEventInit = [] |
629 | HidReportInfo = [] |
630 | HidReportItem = [] |
631 | HidUnitSystem = [] |
632 | HiddenPluginEventInit = [] |
633 | History = [] |
634 | HitRegionOptions = [] |
635 | HkdfParams = [] |
636 | HmacDerivedKeyParams = [] |
637 | HmacImportParams = [] |
638 | HmacKeyAlgorithm = [] |
639 | HmacKeyGenParams = [] |
640 | HtmlAllCollection = [] |
641 | HtmlAnchorElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
642 | HtmlAreaElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
643 | HtmlAudioElement = ["Element" , "EventTarget" , "HtmlElement" , "HtmlMediaElement" , "Node" ] |
644 | HtmlBaseElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
645 | HtmlBodyElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
646 | HtmlBrElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
647 | HtmlButtonElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
648 | HtmlCanvasElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
649 | HtmlCollection = [] |
650 | HtmlDListElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
651 | HtmlDataElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
652 | HtmlDataListElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
653 | HtmlDetailsElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
654 | HtmlDialogElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
655 | HtmlDirectoryElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
656 | HtmlDivElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
657 | HtmlDocument = ["Document" , "EventTarget" , "Node" ] |
658 | HtmlElement = ["Element" , "EventTarget" , "Node" ] |
659 | HtmlEmbedElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
660 | HtmlFieldSetElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
661 | HtmlFontElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
662 | HtmlFormControlsCollection = ["HtmlCollection" ] |
663 | HtmlFormElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
664 | HtmlFrameElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
665 | HtmlFrameSetElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
666 | HtmlHeadElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
667 | HtmlHeadingElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
668 | HtmlHrElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
669 | HtmlHtmlElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
670 | HtmlIFrameElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
671 | HtmlImageElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
672 | HtmlInputElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
673 | HtmlLabelElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
674 | HtmlLegendElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
675 | HtmlLiElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
676 | HtmlLinkElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
677 | HtmlMapElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
678 | HtmlMediaElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
679 | HtmlMenuElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
680 | HtmlMenuItemElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
681 | HtmlMetaElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
682 | HtmlMeterElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
683 | HtmlModElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
684 | HtmlOListElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
685 | HtmlObjectElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
686 | HtmlOptGroupElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
687 | HtmlOptionElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
688 | HtmlOptionsCollection = ["HtmlCollection" ] |
689 | HtmlOutputElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
690 | HtmlParagraphElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
691 | HtmlParamElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
692 | HtmlPictureElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
693 | HtmlPreElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
694 | HtmlProgressElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
695 | HtmlQuoteElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
696 | HtmlScriptElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
697 | HtmlSelectElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
698 | HtmlSlotElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
699 | HtmlSourceElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
700 | HtmlSpanElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
701 | HtmlStyleElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
702 | HtmlTableCaptionElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
703 | HtmlTableCellElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
704 | HtmlTableColElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
705 | HtmlTableElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
706 | HtmlTableRowElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
707 | HtmlTableSectionElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
708 | HtmlTemplateElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
709 | HtmlTextAreaElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
710 | HtmlTimeElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
711 | HtmlTitleElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
712 | HtmlTrackElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
713 | HtmlUListElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
714 | HtmlUnknownElement = ["Element" , "EventTarget" , "HtmlElement" , "Node" ] |
715 | HtmlVideoElement = ["Element" , "EventTarget" , "HtmlElement" , "HtmlMediaElement" , "Node" ] |
716 | HttpConnDict = [] |
717 | HttpConnInfo = [] |
718 | HttpConnectionElement = [] |
719 | IdbCursor = [] |
720 | IdbCursorDirection = [] |
721 | IdbCursorWithValue = ["IdbCursor" ] |
722 | IdbDatabase = ["EventTarget" ] |
723 | IdbFactory = [] |
724 | IdbFileHandle = ["EventTarget" ] |
725 | IdbFileMetadataParameters = [] |
726 | IdbFileRequest = ["DomRequest" , "EventTarget" ] |
727 | IdbIndex = [] |
728 | IdbIndexParameters = [] |
729 | IdbKeyRange = [] |
730 | IdbLocaleAwareKeyRange = ["IdbKeyRange" ] |
731 | IdbMutableFile = ["EventTarget" ] |
732 | IdbObjectStore = [] |
733 | IdbObjectStoreParameters = [] |
734 | IdbOpenDbOptions = [] |
735 | IdbOpenDbRequest = ["EventTarget" , "IdbRequest" ] |
736 | IdbRequest = ["EventTarget" ] |
737 | IdbRequestReadyState = [] |
738 | IdbTransaction = ["EventTarget" ] |
739 | IdbTransactionDurability = [] |
740 | IdbTransactionMode = [] |
741 | IdbTransactionOptions = [] |
742 | IdbVersionChangeEvent = ["Event" ] |
743 | IdbVersionChangeEventInit = [] |
744 | IdleDeadline = [] |
745 | IdleRequestOptions = [] |
746 | IirFilterNode = ["AudioNode" , "EventTarget" ] |
747 | IirFilterOptions = [] |
748 | ImageBitmap = [] |
749 | ImageBitmapOptions = [] |
750 | ImageBitmapRenderingContext = [] |
751 | ImageCapture = [] |
752 | ImageCaptureError = [] |
753 | ImageCaptureErrorEvent = ["Event" ] |
754 | ImageCaptureErrorEventInit = [] |
755 | ImageData = [] |
756 | ImageDecodeOptions = [] |
757 | ImageDecodeResult = [] |
758 | ImageDecoder = [] |
759 | ImageDecoderInit = [] |
760 | ImageEncodeOptions = [] |
761 | ImageOrientation = [] |
762 | ImageTrack = ["EventTarget" ] |
763 | ImageTrackList = [] |
764 | InputDeviceInfo = ["MediaDeviceInfo" ] |
765 | InputEvent = ["Event" , "UiEvent" ] |
766 | InputEventInit = [] |
767 | IntersectionObserver = [] |
768 | IntersectionObserverEntry = [] |
769 | IntersectionObserverEntryInit = [] |
770 | IntersectionObserverInit = [] |
771 | IntlUtils = [] |
772 | IsInputPendingOptions = [] |
773 | IterableKeyAndValueResult = [] |
774 | IterableKeyOrValueResult = [] |
775 | IterationCompositeOperation = [] |
776 | JsonWebKey = [] |
777 | KeyAlgorithm = [] |
778 | KeyEvent = [] |
779 | KeyFrameRequestEvent = ["Event" ] |
780 | KeyIdsInitData = [] |
781 | KeyboardEvent = ["Event" , "UiEvent" ] |
782 | KeyboardEventInit = [] |
783 | KeyframeAnimationOptions = [] |
784 | KeyframeEffect = ["AnimationEffect" ] |
785 | KeyframeEffectOptions = [] |
786 | L10nElement = [] |
787 | L10nValue = [] |
788 | LargeBlobSupport = [] |
789 | LatencyMode = [] |
790 | LifecycleCallbacks = [] |
791 | LineAlignSetting = [] |
792 | ListBoxObject = [] |
793 | LocalMediaStream = ["EventTarget" , "MediaStream" ] |
794 | LocaleInfo = [] |
795 | Location = [] |
796 | Lock = [] |
797 | LockInfo = [] |
798 | LockManager = [] |
799 | LockManagerSnapshot = [] |
800 | LockMode = [] |
801 | LockOptions = [] |
802 | MathMlElement = ["Element" , "EventTarget" , "Node" ] |
803 | MediaCapabilities = [] |
804 | MediaCapabilitiesInfo = [] |
805 | MediaConfiguration = [] |
806 | MediaDecodingConfiguration = [] |
807 | MediaDecodingType = [] |
808 | MediaDeviceInfo = [] |
809 | MediaDeviceKind = [] |
810 | MediaDevices = ["EventTarget" ] |
811 | MediaElementAudioSourceNode = ["AudioNode" , "EventTarget" ] |
812 | MediaElementAudioSourceOptions = [] |
813 | MediaEncodingConfiguration = [] |
814 | MediaEncodingType = [] |
815 | MediaEncryptedEvent = ["Event" ] |
816 | MediaError = [] |
817 | MediaImage = [] |
818 | MediaKeyError = ["Event" ] |
819 | MediaKeyMessageEvent = ["Event" ] |
820 | MediaKeyMessageEventInit = [] |
821 | MediaKeyMessageType = [] |
822 | MediaKeyNeededEventInit = [] |
823 | MediaKeySession = ["EventTarget" ] |
824 | MediaKeySessionType = [] |
825 | MediaKeyStatus = [] |
826 | MediaKeyStatusMap = [] |
827 | MediaKeySystemAccess = [] |
828 | MediaKeySystemConfiguration = [] |
829 | MediaKeySystemMediaCapability = [] |
830 | MediaKeySystemStatus = [] |
831 | MediaKeys = [] |
832 | MediaKeysPolicy = [] |
833 | MediaKeysRequirement = [] |
834 | MediaList = [] |
835 | MediaMetadata = [] |
836 | MediaMetadataInit = [] |
837 | MediaPositionState = [] |
838 | MediaQueryList = ["EventTarget" ] |
839 | MediaQueryListEvent = ["Event" ] |
840 | MediaQueryListEventInit = [] |
841 | MediaRecorder = ["EventTarget" ] |
842 | MediaRecorderErrorEvent = ["Event" ] |
843 | MediaRecorderErrorEventInit = [] |
844 | MediaRecorderOptions = [] |
845 | MediaSession = [] |
846 | MediaSessionAction = [] |
847 | MediaSessionActionDetails = [] |
848 | MediaSessionPlaybackState = [] |
849 | MediaSource = ["EventTarget" ] |
850 | MediaSourceEndOfStreamError = [] |
851 | MediaSourceEnum = [] |
852 | MediaSourceReadyState = [] |
853 | MediaStream = ["EventTarget" ] |
854 | MediaStreamAudioDestinationNode = ["AudioNode" , "EventTarget" ] |
855 | MediaStreamAudioSourceNode = ["AudioNode" , "EventTarget" ] |
856 | MediaStreamAudioSourceOptions = [] |
857 | MediaStreamConstraints = [] |
858 | MediaStreamError = [] |
859 | MediaStreamEvent = ["Event" ] |
860 | MediaStreamEventInit = [] |
861 | MediaStreamTrack = ["EventTarget" ] |
862 | MediaStreamTrackEvent = ["Event" ] |
863 | MediaStreamTrackEventInit = [] |
864 | MediaStreamTrackGenerator = ["EventTarget" , "MediaStreamTrack" ] |
865 | MediaStreamTrackGeneratorInit = [] |
866 | MediaStreamTrackProcessor = [] |
867 | MediaStreamTrackProcessorInit = [] |
868 | MediaStreamTrackState = [] |
869 | MediaTrackCapabilities = [] |
870 | MediaTrackConstraintSet = [] |
871 | MediaTrackConstraints = [] |
872 | MediaTrackSettings = [] |
873 | MediaTrackSupportedConstraints = [] |
874 | MemoryAttribution = [] |
875 | MemoryAttributionContainer = [] |
876 | MemoryBreakdownEntry = [] |
877 | MemoryMeasurement = [] |
878 | MessageChannel = [] |
879 | MessageEvent = ["Event" ] |
880 | MessageEventInit = [] |
881 | MessagePort = ["EventTarget" ] |
882 | MidiAccess = ["EventTarget" ] |
883 | MidiConnectionEvent = ["Event" ] |
884 | MidiConnectionEventInit = [] |
885 | MidiInput = ["EventTarget" , "MidiPort" ] |
886 | MidiInputMap = [] |
887 | MidiMessageEvent = ["Event" ] |
888 | MidiMessageEventInit = [] |
889 | MidiOptions = [] |
890 | MidiOutput = ["EventTarget" , "MidiPort" ] |
891 | MidiOutputMap = [] |
892 | MidiPort = ["EventTarget" ] |
893 | MidiPortConnectionState = [] |
894 | MidiPortDeviceState = [] |
895 | MidiPortType = [] |
896 | MimeType = [] |
897 | MimeTypeArray = [] |
898 | MouseEvent = ["Event" , "UiEvent" ] |
899 | MouseEventInit = [] |
900 | MouseScrollEvent = ["Event" , "MouseEvent" , "UiEvent" ] |
901 | MozDebug = [] |
902 | MutationEvent = ["Event" ] |
903 | MutationObserver = [] |
904 | MutationObserverInit = [] |
905 | MutationObservingInfo = [] |
906 | MutationRecord = [] |
907 | NamedNodeMap = [] |
908 | NativeOsFileReadOptions = [] |
909 | NativeOsFileWriteAtomicOptions = [] |
910 | NavigationType = [] |
911 | Navigator = [] |
912 | NavigatorAutomationInformation = [] |
913 | NavigatorUaBrandVersion = [] |
914 | NavigatorUaData = [] |
915 | NetworkCommandOptions = [] |
916 | NetworkInformation = ["EventTarget" ] |
917 | NetworkResultOptions = [] |
918 | Node = ["EventTarget" ] |
919 | NodeFilter = [] |
920 | NodeIterator = [] |
921 | NodeList = [] |
922 | Notification = ["EventTarget" ] |
923 | NotificationAction = [] |
924 | NotificationDirection = [] |
925 | NotificationEvent = ["Event" , "ExtendableEvent" ] |
926 | NotificationEventInit = [] |
927 | NotificationOptions = [] |
928 | NotificationPermission = [] |
929 | ObserverCallback = [] |
930 | OesElementIndexUint = [] |
931 | OesStandardDerivatives = [] |
932 | OesTextureFloat = [] |
933 | OesTextureFloatLinear = [] |
934 | OesTextureHalfFloat = [] |
935 | OesTextureHalfFloatLinear = [] |
936 | OesVertexArrayObject = [] |
937 | OfflineAudioCompletionEvent = ["Event" ] |
938 | OfflineAudioCompletionEventInit = [] |
939 | OfflineAudioContext = ["BaseAudioContext" , "EventTarget" ] |
940 | OfflineAudioContextOptions = [] |
941 | OfflineResourceList = ["EventTarget" ] |
942 | OffscreenCanvas = ["EventTarget" ] |
943 | OffscreenCanvasRenderingContext2d = [] |
944 | OpenFilePickerOptions = [] |
945 | OpenWindowEventDetail = [] |
946 | OptionalEffectTiming = [] |
947 | OrientationLockType = [] |
948 | OrientationType = [] |
949 | OscillatorNode = ["AudioNode" , "AudioScheduledSourceNode" , "EventTarget" ] |
950 | OscillatorOptions = [] |
951 | OscillatorType = [] |
952 | OverSampleType = [] |
953 | OvrMultiview2 = [] |
954 | PageTransitionEvent = ["Event" ] |
955 | PageTransitionEventInit = [] |
956 | PaintRequest = [] |
957 | PaintRequestList = [] |
958 | PaintWorkletGlobalScope = ["WorkletGlobalScope" ] |
959 | PannerNode = ["AudioNode" , "EventTarget" ] |
960 | PannerOptions = [] |
961 | PanningModelType = [] |
962 | ParityType = [] |
963 | Path2d = [] |
964 | PaymentAddress = [] |
965 | PaymentComplete = [] |
966 | PaymentMethodChangeEvent = ["Event" , "PaymentRequestUpdateEvent" ] |
967 | PaymentMethodChangeEventInit = [] |
968 | PaymentRequestUpdateEvent = ["Event" ] |
969 | PaymentRequestUpdateEventInit = [] |
970 | PaymentResponse = [] |
971 | Pbkdf2Params = [] |
972 | PcImplIceConnectionState = [] |
973 | PcImplIceGatheringState = [] |
974 | PcImplSignalingState = [] |
975 | PcObserverStateType = [] |
976 | Performance = ["EventTarget" ] |
977 | PerformanceEntry = [] |
978 | PerformanceEntryEventInit = [] |
979 | PerformanceEntryFilterOptions = [] |
980 | PerformanceMark = ["PerformanceEntry" ] |
981 | PerformanceMeasure = ["PerformanceEntry" ] |
982 | PerformanceNavigation = [] |
983 | PerformanceNavigationTiming = ["PerformanceEntry" , "PerformanceResourceTiming" ] |
984 | PerformanceObserver = [] |
985 | PerformanceObserverEntryList = [] |
986 | PerformanceObserverInit = [] |
987 | PerformanceResourceTiming = ["PerformanceEntry" ] |
988 | PerformanceServerTiming = [] |
989 | PerformanceTiming = [] |
990 | PeriodicWave = [] |
991 | PeriodicWaveConstraints = [] |
992 | PeriodicWaveOptions = [] |
993 | PermissionDescriptor = [] |
994 | PermissionName = [] |
995 | PermissionState = [] |
996 | PermissionStatus = ["EventTarget" ] |
997 | Permissions = [] |
998 | PlaneLayout = [] |
999 | PlaybackDirection = [] |
1000 | Plugin = [] |
1001 | PluginArray = [] |
1002 | PluginCrashedEventInit = [] |
1003 | PointerEvent = ["Event" , "MouseEvent" , "UiEvent" ] |
1004 | PointerEventInit = [] |
1005 | PopStateEvent = ["Event" ] |
1006 | PopStateEventInit = [] |
1007 | PopupBlockedEvent = ["Event" ] |
1008 | PopupBlockedEventInit = [] |
1009 | Position = [] |
1010 | PositionAlignSetting = [] |
1011 | PositionError = [] |
1012 | PositionOptions = [] |
1013 | PremultiplyAlpha = [] |
1014 | Presentation = [] |
1015 | PresentationAvailability = ["EventTarget" ] |
1016 | PresentationConnection = ["EventTarget" ] |
1017 | PresentationConnectionAvailableEvent = ["Event" ] |
1018 | PresentationConnectionAvailableEventInit = [] |
1019 | PresentationConnectionBinaryType = [] |
1020 | PresentationConnectionCloseEvent = ["Event" ] |
1021 | PresentationConnectionCloseEventInit = [] |
1022 | PresentationConnectionClosedReason = [] |
1023 | PresentationConnectionList = ["EventTarget" ] |
1024 | PresentationConnectionState = [] |
1025 | PresentationReceiver = [] |
1026 | PresentationRequest = ["EventTarget" ] |
1027 | PresentationStyle = [] |
1028 | ProcessingInstruction = ["CharacterData" , "EventTarget" , "Node" ] |
1029 | ProfileTimelineLayerRect = [] |
1030 | ProfileTimelineMarker = [] |
1031 | ProfileTimelineMessagePortOperationType = [] |
1032 | ProfileTimelineStackFrame = [] |
1033 | ProfileTimelineWorkerOperationType = [] |
1034 | ProgressEvent = ["Event" ] |
1035 | ProgressEventInit = [] |
1036 | PromiseNativeHandler = [] |
1037 | PromiseRejectionEvent = ["Event" ] |
1038 | PromiseRejectionEventInit = [] |
1039 | PublicKeyCredential = ["Credential" ] |
1040 | PublicKeyCredentialCreationOptions = [] |
1041 | PublicKeyCredentialCreationOptionsJson = [] |
1042 | PublicKeyCredentialDescriptor = [] |
1043 | PublicKeyCredentialDescriptorJson = [] |
1044 | PublicKeyCredentialEntity = [] |
1045 | PublicKeyCredentialHints = [] |
1046 | PublicKeyCredentialParameters = [] |
1047 | PublicKeyCredentialRequestOptions = [] |
1048 | PublicKeyCredentialRequestOptionsJson = [] |
1049 | PublicKeyCredentialRpEntity = [] |
1050 | PublicKeyCredentialType = [] |
1051 | PublicKeyCredentialUserEntity = [] |
1052 | PublicKeyCredentialUserEntityJson = [] |
1053 | PushEncryptionKeyName = [] |
1054 | PushEvent = ["Event" , "ExtendableEvent" ] |
1055 | PushEventInit = [] |
1056 | PushManager = [] |
1057 | PushMessageData = [] |
1058 | PushPermissionState = [] |
1059 | PushSubscription = [] |
1060 | PushSubscriptionInit = [] |
1061 | PushSubscriptionJson = [] |
1062 | PushSubscriptionKeys = [] |
1063 | PushSubscriptionOptions = [] |
1064 | PushSubscriptionOptionsInit = [] |
1065 | QueryOptions = [] |
1066 | QueuingStrategy = [] |
1067 | QueuingStrategyInit = [] |
1068 | RadioNodeList = ["NodeList" ] |
1069 | Range = [] |
1070 | RcwnPerfStats = [] |
1071 | RcwnStatus = [] |
1072 | ReadableByteStreamController = [] |
1073 | ReadableStream = [] |
1074 | ReadableStreamByobReader = [] |
1075 | ReadableStreamByobRequest = [] |
1076 | ReadableStreamDefaultController = [] |
1077 | ReadableStreamDefaultReader = [] |
1078 | ReadableStreamGetReaderOptions = [] |
1079 | ReadableStreamIteratorOptions = [] |
1080 | ReadableStreamReadResult = [] |
1081 | ReadableStreamReaderMode = [] |
1082 | ReadableStreamType = [] |
1083 | ReadableWritablePair = [] |
1084 | RecordingState = [] |
1085 | ReferrerPolicy = [] |
1086 | RegisterRequest = [] |
1087 | RegisterResponse = [] |
1088 | RegisteredKey = [] |
1089 | RegistrationOptions = [] |
1090 | RegistrationResponseJson = [] |
1091 | Request = [] |
1092 | RequestCache = [] |
1093 | RequestCredentials = [] |
1094 | RequestDestination = [] |
1095 | RequestDeviceOptions = [] |
1096 | RequestInit = [] |
1097 | RequestMediaKeySystemAccessNotification = [] |
1098 | RequestMode = [] |
1099 | RequestRedirect = [] |
1100 | ResidentKeyRequirement = [] |
1101 | ResizeObserver = [] |
1102 | ResizeObserverBoxOptions = [] |
1103 | ResizeObserverEntry = [] |
1104 | ResizeObserverOptions = [] |
1105 | ResizeObserverSize = [] |
1106 | ResizeQuality = [] |
1107 | Response = [] |
1108 | ResponseInit = [] |
1109 | ResponseType = [] |
1110 | RsaHashedImportParams = [] |
1111 | RsaOaepParams = [] |
1112 | RsaOtherPrimesInfo = [] |
1113 | RsaPssParams = [] |
1114 | RtcAnswerOptions = [] |
1115 | RtcBundlePolicy = [] |
1116 | RtcCertificate = [] |
1117 | RtcCertificateExpiration = [] |
1118 | RtcCodecStats = [] |
1119 | RtcConfiguration = [] |
1120 | RtcDataChannel = ["EventTarget" ] |
1121 | RtcDataChannelEvent = ["Event" ] |
1122 | RtcDataChannelEventInit = [] |
1123 | RtcDataChannelInit = [] |
1124 | RtcDataChannelState = [] |
1125 | RtcDataChannelType = [] |
1126 | RtcDegradationPreference = [] |
1127 | RtcEncodedAudioFrame = [] |
1128 | RtcEncodedAudioFrameMetadata = [] |
1129 | RtcEncodedAudioFrameOptions = [] |
1130 | RtcEncodedVideoFrame = [] |
1131 | RtcEncodedVideoFrameMetadata = [] |
1132 | RtcEncodedVideoFrameOptions = [] |
1133 | RtcEncodedVideoFrameType = [] |
1134 | RtcFecParameters = [] |
1135 | RtcIceCandidate = [] |
1136 | RtcIceCandidateInit = [] |
1137 | RtcIceCandidatePairStats = [] |
1138 | RtcIceCandidateStats = [] |
1139 | RtcIceComponentStats = [] |
1140 | RtcIceConnectionState = [] |
1141 | RtcIceCredentialType = [] |
1142 | RtcIceGatheringState = [] |
1143 | RtcIceServer = [] |
1144 | RtcIceTransportPolicy = [] |
1145 | RtcIdentityAssertion = [] |
1146 | RtcIdentityAssertionResult = [] |
1147 | RtcIdentityProvider = [] |
1148 | RtcIdentityProviderDetails = [] |
1149 | RtcIdentityProviderOptions = [] |
1150 | RtcIdentityProviderRegistrar = [] |
1151 | RtcIdentityValidationResult = [] |
1152 | RtcInboundRtpStreamStats = [] |
1153 | RtcMediaStreamStats = [] |
1154 | RtcMediaStreamTrackStats = [] |
1155 | RtcOfferAnswerOptions = [] |
1156 | RtcOfferOptions = [] |
1157 | RtcOutboundRtpStreamStats = [] |
1158 | RtcPeerConnection = ["EventTarget" ] |
1159 | RtcPeerConnectionIceErrorEvent = ["Event" ] |
1160 | RtcPeerConnectionIceEvent = ["Event" ] |
1161 | RtcPeerConnectionIceEventInit = [] |
1162 | RtcPeerConnectionState = [] |
1163 | RtcPriorityType = [] |
1164 | RtcRtcpParameters = [] |
1165 | RtcRtpCapabilities = [] |
1166 | RtcRtpCodecCapability = [] |
1167 | RtcRtpCodecParameters = [] |
1168 | RtcRtpContributingSource = [] |
1169 | RtcRtpEncodingParameters = [] |
1170 | RtcRtpHeaderExtensionCapability = [] |
1171 | RtcRtpHeaderExtensionParameters = [] |
1172 | RtcRtpParameters = [] |
1173 | RtcRtpReceiver = [] |
1174 | RtcRtpScriptTransform = [] |
1175 | RtcRtpScriptTransformer = ["EventTarget" ] |
1176 | RtcRtpSender = [] |
1177 | RtcRtpSourceEntry = [] |
1178 | RtcRtpSourceEntryType = [] |
1179 | RtcRtpSynchronizationSource = [] |
1180 | RtcRtpTransceiver = [] |
1181 | RtcRtpTransceiverDirection = [] |
1182 | RtcRtpTransceiverInit = [] |
1183 | RtcRtxParameters = [] |
1184 | RtcSdpType = [] |
1185 | RtcSessionDescription = [] |
1186 | RtcSessionDescriptionInit = [] |
1187 | RtcSignalingState = [] |
1188 | RtcStats = [] |
1189 | RtcStatsIceCandidatePairState = [] |
1190 | RtcStatsIceCandidateType = [] |
1191 | RtcStatsReport = [] |
1192 | RtcStatsReportInternal = [] |
1193 | RtcStatsType = [] |
1194 | RtcTrackEvent = ["Event" ] |
1195 | RtcTrackEventInit = [] |
1196 | RtcTransformEvent = ["Event" ] |
1197 | RtcTransportStats = [] |
1198 | RtcdtmfSender = ["EventTarget" ] |
1199 | RtcdtmfToneChangeEvent = ["Event" ] |
1200 | RtcdtmfToneChangeEventInit = [] |
1201 | RtcrtpContributingSourceStats = [] |
1202 | RtcrtpStreamStats = [] |
1203 | SFrameTransform = ["EventTarget" ] |
1204 | SFrameTransformErrorEvent = ["Event" ] |
1205 | SFrameTransformErrorEventInit = [] |
1206 | SFrameTransformErrorEventType = [] |
1207 | SFrameTransformOptions = [] |
1208 | SFrameTransformRole = [] |
1209 | SaveFilePickerOptions = [] |
1210 | Scheduler = [] |
1211 | SchedulerPostTaskOptions = [] |
1212 | Scheduling = [] |
1213 | Screen = ["EventTarget" ] |
1214 | ScreenColorGamut = [] |
1215 | ScreenLuminance = [] |
1216 | ScreenOrientation = ["EventTarget" ] |
1217 | ScriptProcessorNode = ["AudioNode" , "EventTarget" ] |
1218 | ScrollAreaEvent = ["Event" , "UiEvent" ] |
1219 | ScrollBehavior = [] |
1220 | ScrollBoxObject = [] |
1221 | ScrollIntoViewOptions = [] |
1222 | ScrollLogicalPosition = [] |
1223 | ScrollOptions = [] |
1224 | ScrollRestoration = [] |
1225 | ScrollSetting = [] |
1226 | ScrollState = [] |
1227 | ScrollToOptions = [] |
1228 | ScrollViewChangeEventInit = [] |
1229 | SecurityPolicyViolationEvent = ["Event" ] |
1230 | SecurityPolicyViolationEventDisposition = [] |
1231 | SecurityPolicyViolationEventInit = [] |
1232 | Selection = [] |
1233 | SelectionMode = [] |
1234 | Serial = ["EventTarget" ] |
1235 | SerialInputSignals = [] |
1236 | SerialOptions = [] |
1237 | SerialOutputSignals = [] |
1238 | SerialPort = ["EventTarget" ] |
1239 | SerialPortFilter = [] |
1240 | SerialPortInfo = [] |
1241 | SerialPortRequestOptions = [] |
1242 | ServerSocketOptions = [] |
1243 | ServiceWorker = ["EventTarget" ] |
1244 | ServiceWorkerContainer = ["EventTarget" ] |
1245 | ServiceWorkerGlobalScope = ["EventTarget" , "WorkerGlobalScope" ] |
1246 | ServiceWorkerRegistration = ["EventTarget" ] |
1247 | ServiceWorkerState = [] |
1248 | ServiceWorkerUpdateViaCache = [] |
1249 | ShadowRoot = ["DocumentFragment" , "EventTarget" , "Node" ] |
1250 | ShadowRootInit = [] |
1251 | ShadowRootMode = [] |
1252 | ShareData = [] |
1253 | SharedWorker = ["EventTarget" ] |
1254 | SharedWorkerGlobalScope = ["EventTarget" , "WorkerGlobalScope" ] |
1255 | SignResponse = [] |
1256 | SocketElement = [] |
1257 | SocketOptions = [] |
1258 | SocketReadyState = [] |
1259 | SocketsDict = [] |
1260 | SourceBuffer = ["EventTarget" ] |
1261 | SourceBufferAppendMode = [] |
1262 | SourceBufferList = ["EventTarget" ] |
1263 | SpeechGrammar = [] |
1264 | SpeechGrammarList = [] |
1265 | SpeechRecognition = ["EventTarget" ] |
1266 | SpeechRecognitionAlternative = [] |
1267 | SpeechRecognitionError = ["Event" ] |
1268 | SpeechRecognitionErrorCode = [] |
1269 | SpeechRecognitionErrorInit = [] |
1270 | SpeechRecognitionEvent = ["Event" ] |
1271 | SpeechRecognitionEventInit = [] |
1272 | SpeechRecognitionResult = [] |
1273 | SpeechRecognitionResultList = [] |
1274 | SpeechSynthesis = ["EventTarget" ] |
1275 | SpeechSynthesisErrorCode = [] |
1276 | SpeechSynthesisErrorEvent = ["Event" , "SpeechSynthesisEvent" ] |
1277 | SpeechSynthesisErrorEventInit = [] |
1278 | SpeechSynthesisEvent = ["Event" ] |
1279 | SpeechSynthesisEventInit = [] |
1280 | SpeechSynthesisUtterance = ["EventTarget" ] |
1281 | SpeechSynthesisVoice = [] |
1282 | StereoPannerNode = ["AudioNode" , "EventTarget" ] |
1283 | StereoPannerOptions = [] |
1284 | Storage = [] |
1285 | StorageEstimate = [] |
1286 | StorageEvent = ["Event" ] |
1287 | StorageEventInit = [] |
1288 | StorageManager = [] |
1289 | StorageType = [] |
1290 | StreamPipeOptions = [] |
1291 | StyleRuleChangeEventInit = [] |
1292 | StyleSheet = [] |
1293 | StyleSheetApplicableStateChangeEventInit = [] |
1294 | StyleSheetChangeEventInit = [] |
1295 | StyleSheetList = [] |
1296 | SubmitEvent = ["Event" ] |
1297 | SubmitEventInit = [] |
1298 | SubtleCrypto = [] |
1299 | SupportedType = [] |
1300 | SvcOutputMetadata = [] |
1301 | SvgAngle = [] |
1302 | SvgAnimateElement = ["Element" , "EventTarget" , "Node" , "SvgAnimationElement" , "SvgElement" ] |
1303 | SvgAnimateMotionElement = ["Element" , "EventTarget" , "Node" , "SvgAnimationElement" , "SvgElement" ] |
1304 | SvgAnimateTransformElement = ["Element" , "EventTarget" , "Node" , "SvgAnimationElement" , "SvgElement" ] |
1305 | SvgAnimatedAngle = [] |
1306 | SvgAnimatedBoolean = [] |
1307 | SvgAnimatedEnumeration = [] |
1308 | SvgAnimatedInteger = [] |
1309 | SvgAnimatedLength = [] |
1310 | SvgAnimatedLengthList = [] |
1311 | SvgAnimatedNumber = [] |
1312 | SvgAnimatedNumberList = [] |
1313 | SvgAnimatedPreserveAspectRatio = [] |
1314 | SvgAnimatedRect = [] |
1315 | SvgAnimatedString = [] |
1316 | SvgAnimatedTransformList = [] |
1317 | SvgAnimationElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1318 | SvgBoundingBoxOptions = [] |
1319 | SvgCircleElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGeometryElement" , "SvgGraphicsElement" ] |
1320 | SvgClipPathElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1321 | SvgComponentTransferFunctionElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1322 | SvgDefsElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" ] |
1323 | SvgDescElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1324 | SvgElement = ["Element" , "EventTarget" , "Node" ] |
1325 | SvgEllipseElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGeometryElement" , "SvgGraphicsElement" ] |
1326 | SvgFilterElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1327 | SvgForeignObjectElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" ] |
1328 | SvgGeometryElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" ] |
1329 | SvgGradientElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1330 | SvgGraphicsElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1331 | SvgImageElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" ] |
1332 | SvgLength = [] |
1333 | SvgLengthList = [] |
1334 | SvgLineElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGeometryElement" , "SvgGraphicsElement" ] |
1335 | SvgLinearGradientElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGradientElement" ] |
1336 | SvgMarkerElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1337 | SvgMaskElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1338 | SvgMatrix = [] |
1339 | SvgMetadataElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1340 | SvgNumber = [] |
1341 | SvgNumberList = [] |
1342 | SvgPathElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGeometryElement" , "SvgGraphicsElement" ] |
1343 | SvgPathSeg = [] |
1344 | SvgPathSegArcAbs = ["SvgPathSeg" ] |
1345 | SvgPathSegArcRel = ["SvgPathSeg" ] |
1346 | SvgPathSegClosePath = ["SvgPathSeg" ] |
1347 | SvgPathSegCurvetoCubicAbs = ["SvgPathSeg" ] |
1348 | SvgPathSegCurvetoCubicRel = ["SvgPathSeg" ] |
1349 | SvgPathSegCurvetoCubicSmoothAbs = ["SvgPathSeg" ] |
1350 | SvgPathSegCurvetoCubicSmoothRel = ["SvgPathSeg" ] |
1351 | SvgPathSegCurvetoQuadraticAbs = ["SvgPathSeg" ] |
1352 | SvgPathSegCurvetoQuadraticRel = ["SvgPathSeg" ] |
1353 | SvgPathSegCurvetoQuadraticSmoothAbs = ["SvgPathSeg" ] |
1354 | SvgPathSegCurvetoQuadraticSmoothRel = ["SvgPathSeg" ] |
1355 | SvgPathSegLinetoAbs = ["SvgPathSeg" ] |
1356 | SvgPathSegLinetoHorizontalAbs = ["SvgPathSeg" ] |
1357 | SvgPathSegLinetoHorizontalRel = ["SvgPathSeg" ] |
1358 | SvgPathSegLinetoRel = ["SvgPathSeg" ] |
1359 | SvgPathSegLinetoVerticalAbs = ["SvgPathSeg" ] |
1360 | SvgPathSegLinetoVerticalRel = ["SvgPathSeg" ] |
1361 | SvgPathSegList = [] |
1362 | SvgPathSegMovetoAbs = ["SvgPathSeg" ] |
1363 | SvgPathSegMovetoRel = ["SvgPathSeg" ] |
1364 | SvgPatternElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1365 | SvgPoint = [] |
1366 | SvgPointList = [] |
1367 | SvgPolygonElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGeometryElement" , "SvgGraphicsElement" ] |
1368 | SvgPolylineElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGeometryElement" , "SvgGraphicsElement" ] |
1369 | SvgPreserveAspectRatio = [] |
1370 | SvgRadialGradientElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGradientElement" ] |
1371 | SvgRect = [] |
1372 | SvgRectElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGeometryElement" , "SvgGraphicsElement" ] |
1373 | SvgScriptElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1374 | SvgSetElement = ["Element" , "EventTarget" , "Node" , "SvgAnimationElement" , "SvgElement" ] |
1375 | SvgStopElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1376 | SvgStringList = [] |
1377 | SvgStyleElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1378 | SvgSwitchElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" ] |
1379 | SvgSymbolElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1380 | SvgTextContentElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" ] |
1381 | SvgTextElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" , "SvgTextContentElement" , "SvgTextPositioningElement" ] |
1382 | SvgTextPathElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" , "SvgTextContentElement" ] |
1383 | SvgTextPositioningElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" , "SvgTextContentElement" ] |
1384 | SvgTitleElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1385 | SvgTransform = [] |
1386 | SvgTransformList = [] |
1387 | SvgUnitTypes = [] |
1388 | SvgUseElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" ] |
1389 | SvgViewElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1390 | SvgZoomAndPan = [] |
1391 | SvgaElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" ] |
1392 | SvgfeBlendElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1393 | SvgfeColorMatrixElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1394 | SvgfeComponentTransferElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1395 | SvgfeCompositeElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1396 | SvgfeConvolveMatrixElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1397 | SvgfeDiffuseLightingElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1398 | SvgfeDisplacementMapElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1399 | SvgfeDistantLightElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1400 | SvgfeDropShadowElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1401 | SvgfeFloodElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1402 | SvgfeFuncAElement = ["Element" , "EventTarget" , "Node" , "SvgComponentTransferFunctionElement" , "SvgElement" ] |
1403 | SvgfeFuncBElement = ["Element" , "EventTarget" , "Node" , "SvgComponentTransferFunctionElement" , "SvgElement" ] |
1404 | SvgfeFuncGElement = ["Element" , "EventTarget" , "Node" , "SvgComponentTransferFunctionElement" , "SvgElement" ] |
1405 | SvgfeFuncRElement = ["Element" , "EventTarget" , "Node" , "SvgComponentTransferFunctionElement" , "SvgElement" ] |
1406 | SvgfeGaussianBlurElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1407 | SvgfeImageElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1408 | SvgfeMergeElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1409 | SvgfeMergeNodeElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1410 | SvgfeMorphologyElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1411 | SvgfeOffsetElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1412 | SvgfePointLightElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1413 | SvgfeSpecularLightingElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1414 | SvgfeSpotLightElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1415 | SvgfeTileElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1416 | SvgfeTurbulenceElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1417 | SvggElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" ] |
1418 | SvgmPathElement = ["Element" , "EventTarget" , "Node" , "SvgElement" ] |
1419 | SvgsvgElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" ] |
1420 | SvgtSpanElement = ["Element" , "EventTarget" , "Node" , "SvgElement" , "SvgGraphicsElement" , "SvgTextContentElement" , "SvgTextPositioningElement" ] |
1421 | TaskController = ["AbortController" ] |
1422 | TaskControllerInit = [] |
1423 | TaskPriority = [] |
1424 | TaskPriorityChangeEvent = ["Event" ] |
1425 | TaskPriorityChangeEventInit = [] |
1426 | TaskSignal = ["AbortSignal" , "EventTarget" ] |
1427 | TaskSignalAnyInit = [] |
1428 | TcpReadyState = [] |
1429 | TcpServerSocket = ["EventTarget" ] |
1430 | TcpServerSocketEvent = ["Event" ] |
1431 | TcpServerSocketEventInit = [] |
1432 | TcpSocket = ["EventTarget" ] |
1433 | TcpSocketBinaryType = [] |
1434 | TcpSocketErrorEvent = ["Event" ] |
1435 | TcpSocketErrorEventInit = [] |
1436 | TcpSocketEvent = ["Event" ] |
1437 | TcpSocketEventInit = [] |
1438 | Text = ["CharacterData" , "EventTarget" , "Node" ] |
1439 | TextDecodeOptions = [] |
1440 | TextDecoder = [] |
1441 | TextDecoderOptions = [] |
1442 | TextEncoder = [] |
1443 | TextMetrics = [] |
1444 | TextTrack = ["EventTarget" ] |
1445 | TextTrackCue = ["EventTarget" ] |
1446 | TextTrackCueList = [] |
1447 | TextTrackKind = [] |
1448 | TextTrackList = ["EventTarget" ] |
1449 | TextTrackMode = [] |
1450 | TimeEvent = ["Event" ] |
1451 | TimeRanges = [] |
1452 | ToggleEvent = ["Event" ] |
1453 | ToggleEventInit = [] |
1454 | TokenBinding = [] |
1455 | TokenBindingStatus = [] |
1456 | Touch = [] |
1457 | TouchEvent = ["Event" , "UiEvent" ] |
1458 | TouchEventInit = [] |
1459 | TouchInit = [] |
1460 | TouchList = [] |
1461 | TrackEvent = ["Event" ] |
1462 | TrackEventInit = [] |
1463 | TransformStream = [] |
1464 | TransformStreamDefaultController = [] |
1465 | Transformer = [] |
1466 | TransitionEvent = ["Event" ] |
1467 | TransitionEventInit = [] |
1468 | Transport = [] |
1469 | TreeBoxObject = [] |
1470 | TreeCellInfo = [] |
1471 | TreeView = [] |
1472 | TreeWalker = [] |
1473 | U2f = [] |
1474 | U2fClientData = [] |
1475 | ULongRange = [] |
1476 | UaDataValues = [] |
1477 | UaLowEntropyJson = [] |
1478 | UdpMessageEventInit = [] |
1479 | UdpOptions = [] |
1480 | UiEvent = ["Event" ] |
1481 | UiEventInit = [] |
1482 | UnderlyingSink = [] |
1483 | UnderlyingSource = [] |
1484 | Url = [] |
1485 | UrlSearchParams = [] |
1486 | Usb = ["EventTarget" ] |
1487 | UsbAlternateInterface = [] |
1488 | UsbConfiguration = [] |
1489 | UsbConnectionEvent = ["Event" ] |
1490 | UsbConnectionEventInit = [] |
1491 | UsbControlTransferParameters = [] |
1492 | UsbDevice = [] |
1493 | UsbDeviceFilter = [] |
1494 | UsbDeviceRequestOptions = [] |
1495 | UsbDirection = [] |
1496 | UsbEndpoint = [] |
1497 | UsbEndpointType = [] |
1498 | UsbInTransferResult = [] |
1499 | UsbInterface = [] |
1500 | UsbIsochronousInTransferPacket = [] |
1501 | UsbIsochronousInTransferResult = [] |
1502 | UsbIsochronousOutTransferPacket = [] |
1503 | UsbIsochronousOutTransferResult = [] |
1504 | UsbOutTransferResult = [] |
1505 | UsbPermissionDescriptor = [] |
1506 | UsbPermissionResult = ["EventTarget" , "PermissionStatus" ] |
1507 | UsbPermissionStorage = [] |
1508 | UsbRecipient = [] |
1509 | UsbRequestType = [] |
1510 | UsbTransferStatus = [] |
1511 | UserActivation = [] |
1512 | UserProximityEvent = ["Event" ] |
1513 | UserProximityEventInit = [] |
1514 | UserVerificationRequirement = [] |
1515 | ValidityState = [] |
1516 | ValueEvent = ["Event" ] |
1517 | ValueEventInit = [] |
1518 | VideoColorPrimaries = [] |
1519 | VideoColorSpace = [] |
1520 | VideoColorSpaceInit = [] |
1521 | VideoConfiguration = [] |
1522 | VideoDecoder = [] |
1523 | VideoDecoderConfig = [] |
1524 | VideoDecoderInit = [] |
1525 | VideoDecoderSupport = [] |
1526 | VideoEncoder = [] |
1527 | VideoEncoderConfig = [] |
1528 | VideoEncoderEncodeOptions = [] |
1529 | VideoEncoderInit = [] |
1530 | VideoEncoderSupport = [] |
1531 | VideoFacingModeEnum = [] |
1532 | VideoFrame = [] |
1533 | VideoFrameBufferInit = [] |
1534 | VideoFrameCopyToOptions = [] |
1535 | VideoFrameInit = [] |
1536 | VideoMatrixCoefficients = [] |
1537 | VideoPixelFormat = [] |
1538 | VideoPlaybackQuality = [] |
1539 | VideoStreamTrack = ["EventTarget" , "MediaStreamTrack" ] |
1540 | VideoTrack = [] |
1541 | VideoTrackList = ["EventTarget" ] |
1542 | VideoTransferCharacteristics = [] |
1543 | ViewTransition = [] |
1544 | VisibilityState = [] |
1545 | VisualViewport = ["EventTarget" ] |
1546 | VoidCallback = [] |
1547 | VrDisplay = ["EventTarget" ] |
1548 | VrDisplayCapabilities = [] |
1549 | VrEye = [] |
1550 | VrEyeParameters = [] |
1551 | VrFieldOfView = [] |
1552 | VrFrameData = [] |
1553 | VrLayer = [] |
1554 | VrMockController = [] |
1555 | VrMockDisplay = [] |
1556 | VrPose = [] |
1557 | VrServiceTest = [] |
1558 | VrStageParameters = [] |
1559 | VrSubmitFrameResult = [] |
1560 | VttCue = ["EventTarget" , "TextTrackCue" ] |
1561 | VttRegion = [] |
1562 | WakeLock = [] |
1563 | WakeLockSentinel = ["EventTarget" ] |
1564 | WakeLockType = [] |
1565 | WatchAdvertisementsOptions = [] |
1566 | WaveShaperNode = ["AudioNode" , "EventTarget" ] |
1567 | WaveShaperOptions = [] |
1568 | WebGl2RenderingContext = [] |
1569 | WebGlActiveInfo = [] |
1570 | WebGlBuffer = [] |
1571 | WebGlContextAttributes = [] |
1572 | WebGlContextEvent = ["Event" ] |
1573 | WebGlContextEventInit = [] |
1574 | WebGlFramebuffer = [] |
1575 | WebGlPowerPreference = [] |
1576 | WebGlProgram = [] |
1577 | WebGlQuery = [] |
1578 | WebGlRenderbuffer = [] |
1579 | WebGlRenderingContext = [] |
1580 | WebGlSampler = [] |
1581 | WebGlShader = [] |
1582 | WebGlShaderPrecisionFormat = [] |
1583 | WebGlSync = [] |
1584 | WebGlTexture = [] |
1585 | WebGlTransformFeedback = [] |
1586 | WebGlUniformLocation = [] |
1587 | WebGlVertexArrayObject = [] |
1588 | WebKitCssMatrix = ["DomMatrix" , "DomMatrixReadOnly" ] |
1589 | WebSocket = ["EventTarget" ] |
1590 | WebSocketDict = [] |
1591 | WebSocketElement = [] |
1592 | WebTransport = [] |
1593 | WebTransportBidirectionalStream = [] |
1594 | WebTransportCloseInfo = [] |
1595 | WebTransportCongestionControl = [] |
1596 | WebTransportDatagramDuplexStream = [] |
1597 | WebTransportDatagramStats = [] |
1598 | WebTransportError = ["DomException" ] |
1599 | WebTransportErrorOptions = [] |
1600 | WebTransportErrorSource = [] |
1601 | WebTransportHash = [] |
1602 | WebTransportOptions = [] |
1603 | WebTransportReceiveStream = ["ReadableStream" ] |
1604 | WebTransportReceiveStreamStats = [] |
1605 | WebTransportReliabilityMode = [] |
1606 | WebTransportSendStream = ["WritableStream" ] |
1607 | WebTransportSendStreamOptions = [] |
1608 | WebTransportSendStreamStats = [] |
1609 | WebTransportStats = [] |
1610 | WebglColorBufferFloat = [] |
1611 | WebglCompressedTextureAstc = [] |
1612 | WebglCompressedTextureAtc = [] |
1613 | WebglCompressedTextureEtc = [] |
1614 | WebglCompressedTextureEtc1 = [] |
1615 | WebglCompressedTexturePvrtc = [] |
1616 | WebglCompressedTextureS3tc = [] |
1617 | WebglCompressedTextureS3tcSrgb = [] |
1618 | WebglDebugRendererInfo = [] |
1619 | WebglDebugShaders = [] |
1620 | WebglDepthTexture = [] |
1621 | WebglDrawBuffers = [] |
1622 | WebglLoseContext = [] |
1623 | WebglMultiDraw = [] |
1624 | WellKnownDirectory = [] |
1625 | WgslLanguageFeatures = [] |
1626 | WheelEvent = ["Event" , "MouseEvent" , "UiEvent" ] |
1627 | WheelEventInit = [] |
1628 | WidevineCdmManifest = [] |
1629 | Window = ["EventTarget" ] |
1630 | WindowClient = ["Client" ] |
1631 | Worker = ["EventTarget" ] |
1632 | WorkerDebuggerGlobalScope = ["EventTarget" ] |
1633 | WorkerGlobalScope = ["EventTarget" ] |
1634 | WorkerLocation = [] |
1635 | WorkerNavigator = [] |
1636 | WorkerOptions = [] |
1637 | WorkerType = [] |
1638 | Worklet = [] |
1639 | WorkletGlobalScope = [] |
1640 | WorkletOptions = [] |
1641 | WritableStream = [] |
1642 | WritableStreamDefaultController = [] |
1643 | WritableStreamDefaultWriter = [] |
1644 | WriteCommandType = [] |
1645 | WriteParams = [] |
1646 | XPathExpression = [] |
1647 | XPathNsResolver = [] |
1648 | XPathResult = [] |
1649 | XmlDocument = ["Document" , "EventTarget" , "Node" ] |
1650 | XmlHttpRequest = ["EventTarget" , "XmlHttpRequestEventTarget" ] |
1651 | XmlHttpRequestEventTarget = ["EventTarget" ] |
1652 | XmlHttpRequestResponseType = [] |
1653 | XmlHttpRequestUpload = ["EventTarget" , "XmlHttpRequestEventTarget" ] |
1654 | XmlSerializer = [] |
1655 | XrBoundedReferenceSpace = ["EventTarget" , "XrReferenceSpace" , "XrSpace" ] |
1656 | XrEye = [] |
1657 | XrFrame = [] |
1658 | XrHand = [] |
1659 | XrHandJoint = [] |
1660 | XrHandedness = [] |
1661 | XrInputSource = [] |
1662 | XrInputSourceArray = [] |
1663 | XrInputSourceEvent = ["Event" ] |
1664 | XrInputSourceEventInit = [] |
1665 | XrInputSourcesChangeEvent = ["Event" ] |
1666 | XrInputSourcesChangeEventInit = [] |
1667 | XrJointPose = ["XrPose" ] |
1668 | XrJointSpace = ["EventTarget" , "XrSpace" ] |
1669 | XrLayer = ["EventTarget" ] |
1670 | XrPermissionDescriptor = [] |
1671 | XrPermissionStatus = ["EventTarget" , "PermissionStatus" ] |
1672 | XrPose = [] |
1673 | XrReferenceSpace = ["EventTarget" , "XrSpace" ] |
1674 | XrReferenceSpaceEvent = ["Event" ] |
1675 | XrReferenceSpaceEventInit = [] |
1676 | XrReferenceSpaceType = [] |
1677 | XrRenderState = [] |
1678 | XrRenderStateInit = [] |
1679 | XrRigidTransform = [] |
1680 | XrSession = ["EventTarget" ] |
1681 | XrSessionEvent = ["Event" ] |
1682 | XrSessionEventInit = [] |
1683 | XrSessionInit = [] |
1684 | XrSessionMode = [] |
1685 | XrSessionSupportedPermissionDescriptor = [] |
1686 | XrSpace = ["EventTarget" ] |
1687 | XrSystem = ["EventTarget" ] |
1688 | XrTargetRayMode = [] |
1689 | XrView = [] |
1690 | XrViewerPose = ["XrPose" ] |
1691 | XrViewport = [] |
1692 | XrVisibilityState = [] |
1693 | XrWebGlLayer = ["EventTarget" , "XrLayer" ] |
1694 | XrWebGlLayerInit = [] |
1695 | XsltProcessor = [] |
1696 | console = [] |
1697 | css = [] |
1698 | gpu_buffer_usage = [] |
1699 | gpu_color_write = [] |
1700 | gpu_map_mode = [] |
1701 | gpu_shader_stage = [] |
1702 | gpu_texture_usage = [] |
1703 | |