Skip to content

Commit c3273d4

Browse files
committed
Expose constructors for BlobPropertyBag and ClipboardEventInit.
1 parent 51803f5 commit c3273d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/scala/org/scalajs/dom/package.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ package object dom {
2323
type BiquadFilterNode = raw.BiquadFilterNode
2424
type Blob = raw.Blob
2525
lazy val Blob: raw.Blob.type = raw.Blob
26+
lazy val BlobPropertyBag: raw.BlobPropertyBag.type = raw.BlobPropertyBag
2627
type BlobPropertyBag = raw.BlobPropertyBag
2728

2829
type CanvasGradient = raw.CanvasGradient
@@ -34,8 +35,10 @@ package object dom {
3435
type CharacterData = raw.CharacterData
3536
type ClientRect = raw.ClientRect
3637
type ClientRectList = raw.ClientRectList
37-
type CloseEvent = raw.CloseEvent
3838
type ClipboardEvent = raw.ClipboardEvent
39+
lazy val ClipboardEventInit: raw.ClipboardEventInit.type = raw.ClipboardEventInit
40+
type ClipboardEventInit = raw.ClipboardEventInit
41+
type CloseEvent = raw.CloseEvent
3942
type CompositionEvent = raw.CompositionEvent
4043
type Comment = raw.Comment
4144
type Coordinates = raw.Coordinates

0 commit comments

Comments
 (0)