Skip to content

Commit 17646d7

Browse files
raquoJD557
authored andcommitted
1 parent 4bda660 commit 17646d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/scala/org/scalajs/dom/raw/lib.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,6 +2593,8 @@ class Window
25932593
*/
25942594
def close(): Unit = js.native
25952595

2596+
def closed: Boolean = js.native
2597+
25962598
/**
25972599
* The window.postMessage method safely enables cross-origin communication.
25982600
* Normally, scripts on different pages are allowed to access each other if and only if

0 commit comments

Comments
 (0)