File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/main/scala/org/scalajs/dom Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments