@@ -373,7 +373,7 @@ Blob[JC] def stream(): ReadableStream[Uint8Array]
373373Blob[JC] def text(): js.Promise[String]
374374Blob[JC] def `type`: String
375375Blob[JO]
376- BlobPropertyBag[JT] var endings: js.UndefOr[String ]
376+ BlobPropertyBag[JT] var endings: js.UndefOr[EndingType ]
377377BlobPropertyBag[JT] var `type`: js.UndefOr[String]
378378BlobPropertyBag[SO] def apply(`type`: js.UndefOr[String]?): BlobPropertyBag (@deprecated in 2.0.0)
379379Body[JT] def arrayBuffer(): js.Promise[ArrayBuffer]
@@ -1801,6 +1801,9 @@ ElementDefinitionOptions[JT] var `extends`: js.UndefOr[String]
18011801EndOfStreamError[JT]
18021802EndOfStreamError[SO] val decode: EndOfStreamError
18031803EndOfStreamError[SO] val network: EndOfStreamError
1804+ EndingType[JT]
1805+ EndingType[SO] val native: EndingType
1806+ EndingType[SO] val transparent: EndingType
18041807ErrorEvent[JT] def bubbles: Boolean
18051808ErrorEvent[JT] def cancelBubble: Boolean
18061809ErrorEvent[JT] def cancelable: Boolean
@@ -1957,7 +1960,7 @@ File[JC] def webkitRelativePath: String
19571960FileList[JC] @JSBracketAccess def apply(index: Int): T
19581961FileList[JC] def item(index: Int): File
19591962FileList[JC] def length: Int
1960- FilePropertyBag[JT] var endings: js.UndefOr[String ]
1963+ FilePropertyBag[JT] var endings: js.UndefOr[EndingType ]
19611964FilePropertyBag[JT] var lastModified: js.UndefOr[Double]
19621965FilePropertyBag[JT] var `type`: js.UndefOr[String]
19631966FileReader[JC] def abort(): Unit
0 commit comments