@@ -20,6 +20,11 @@ AbortSignal[JT] def dispatchEvent(evt: Event): Boolean
20
20
AbortSignal[JT] var onabort: js.Function0[Any]
21
21
AbortSignal[JT] def removeEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], options: EventListenerOptions): Unit
22
22
AbortSignal[JT] def removeEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], useCapture: Boolean?): Unit
23
+ AbstractRange[JC] def collapsed: Boolean
24
+ AbstractRange[JC] def endContainer: Node
25
+ AbstractRange[JC] def endOffset: Int
26
+ AbstractRange[JC] def startContainer: Node
27
+ AbstractRange[JC] def startOffset: Int
23
28
AbstractWorker[JT] def addEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], options: EventListenerOptions): Unit
24
29
AbstractWorker[JT] def addEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], useCapture: Boolean?): Unit
25
30
AbstractWorker[JT] def dispatchEvent(evt: Event): Boolean
@@ -14524,6 +14529,82 @@ ImageCapture[JC] val track: MediaStreamTrack
14524
14529
ImageData[JC] def data: js.Array[Int]
14525
14530
ImageData[JC] def height: Int
14526
14531
ImageData[JC] def width: Int
14532
+ InputEvent[JC] def bubbles: Boolean
14533
+ InputEvent[JC] def cancelBubble: Boolean
14534
+ InputEvent[JC] def cancelable: Boolean
14535
+ InputEvent[JC] def currentTarget: EventTarget
14536
+ InputEvent[JC] def data: String
14537
+ InputEvent[JC] def dataTransfer: DataTransfer
14538
+ InputEvent[JC] def defaultPrevented: Boolean
14539
+ InputEvent[JC] def detail: Int
14540
+ InputEvent[JC] def eventPhase: Int
14541
+ InputEvent[JC] def getTargetRanges(): js.Array[StaticRange]
14542
+ InputEvent[JC] def inputType: InputType
14543
+ InputEvent[JC] def isComposing: Boolean
14544
+ InputEvent[JC] def isTrusted: Boolean
14545
+ InputEvent[JC] def preventDefault(): Unit
14546
+ InputEvent[JC] def stopImmediatePropagation(): Unit
14547
+ InputEvent[JC] def stopPropagation(): Unit
14548
+ InputEvent[JC] def target: EventTarget
14549
+ InputEvent[JC] def timeStamp: Double
14550
+ InputEvent[JC] def `type`: String
14551
+ InputEvent[JC] def view: Window
14552
+ InputEventInit[JT] var bubbles: js.UndefOr[Boolean]
14553
+ InputEventInit[JT] var cancelable: js.UndefOr[Boolean]
14554
+ InputEventInit[JT] var composed: js.UndefOr[Boolean]
14555
+ InputEventInit[JT] var data: js.UndefOr[String]
14556
+ InputEventInit[JT] var detail: js.UndefOr[Int]
14557
+ InputEventInit[JT] var inputType: js.UndefOr[InputType]
14558
+ InputEventInit[JT] var isComposing: js.UndefOr[Boolean]
14559
+ InputEventInit[JT] var scoped: js.UndefOr[Boolean]
14560
+ InputEventInit[JT] var view: js.UndefOr[Window]
14561
+ InputType[JT]
14562
+ InputType[SO] val deleteByCut: InputType
14563
+ InputType[SO] val deleteByDrag: InputType
14564
+ InputType[SO] val deleteContent: InputType
14565
+ InputType[SO] val deleteContentBackward: InputType
14566
+ InputType[SO] val deleteContentForward: InputType
14567
+ InputType[SO] val deleteEntireSoftLine: InputType
14568
+ InputType[SO] val deleteHardLineBackward: InputType
14569
+ InputType[SO] val deleteHardLineForward: InputType
14570
+ InputType[SO] val deleteSoftLineBackward: InputType
14571
+ InputType[SO] val deleteSoftLineForward: InputType
14572
+ InputType[SO] val deleteWordBackward: InputType
14573
+ InputType[SO] val deleteWordForward: InputType
14574
+ InputType[SO] val formatBackColor: InputType
14575
+ InputType[SO] val formatBold: InputType
14576
+ InputType[SO] val formatFontColor: InputType
14577
+ InputType[SO] val formatFontName: InputType
14578
+ InputType[SO] val formatIndent: InputType
14579
+ InputType[SO] val formatItalic: InputType
14580
+ InputType[SO] val formatJustifyCenter: InputType
14581
+ InputType[SO] val formatJustifyFull: InputType
14582
+ InputType[SO] val formatJustifyLeft: InputType
14583
+ InputType[SO] val formatJustifyRight: InputType
14584
+ InputType[SO] val formatOutdent: InputType
14585
+ InputType[SO] val formatRemove: InputType
14586
+ InputType[SO] val formatSetBlockTextDirection: InputType
14587
+ InputType[SO] val formatSetInlineTextDirection: InputType
14588
+ InputType[SO] val formatStrikeThrough: InputType
14589
+ InputType[SO] val formatSubscript: InputType
14590
+ InputType[SO] val formatSuperscript: InputType
14591
+ InputType[SO] val formatUnderline: InputType
14592
+ InputType[SO] val historyRedo: InputType
14593
+ InputType[SO] val historyUndo: InputType
14594
+ InputType[SO] val insertCompositionText: InputType
14595
+ InputType[SO] val insertFromDrop: InputType
14596
+ InputType[SO] val insertFromPaste: InputType
14597
+ InputType[SO] val insertFromPasteAsQuotation: InputType
14598
+ InputType[SO] val insertFromYank: InputType
14599
+ InputType[SO] val insertHorizontalRule: InputType
14600
+ InputType[SO] val insertLineBreak: InputType
14601
+ InputType[SO] val insertLink: InputType
14602
+ InputType[SO] val insertOrderedList: InputType
14603
+ InputType[SO] val insertParagraph: InputType
14604
+ InputType[SO] val insertReplacementText: InputType
14605
+ InputType[SO] val insertText: InputType
14606
+ InputType[SO] val insertTranspose: InputType
14607
+ InputType[SO] val insertUnorderedList: InputType
14527
14608
JsonWebKey[JT] var alg: js.Array[String]
14528
14609
JsonWebKey[JT] var crv: String
14529
14610
JsonWebKey[JT] var d: String
@@ -24654,6 +24735,15 @@ SourceBufferList[JT] var onaddsourcebuffer: js.Function1[Event, Any]
24654
24735
SourceBufferList[JT] var onremovesourcebuffer: js.Function1[Event, Any]
24655
24736
SourceBufferList[JT] def removeEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], options: EventListenerOptions): Unit
24656
24737
SourceBufferList[JT] def removeEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], useCapture: Boolean?): Unit
24738
+ StaticRange[JC] def collapsed: Boolean
24739
+ StaticRange[JC] def endContainer: Node
24740
+ StaticRange[JC] def endOffset: Int
24741
+ StaticRange[JC] def startContainer: Node
24742
+ StaticRange[JC] def startOffset: Int
24743
+ StaticRangeInit[JT] val endContainer: Node
24744
+ StaticRangeInit[JT] val endOffset: Int
24745
+ StaticRangeInit[JT] val startContainer: Node
24746
+ StaticRangeInit[JT] val startOffset: Int
24657
24747
StereoPannerNode[JT] def addEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], options: EventListenerOptions): Unit
24658
24748
StereoPannerNode[JT] def addEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], useCapture: Boolean?): Unit
24659
24749
StereoPannerNode[JT] var channelCount: Int
0 commit comments