Skip to content

Commit eb84076

Browse files
committed
1 parent 1d8dca4 commit eb84076

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
@@ -2566,6 +2566,8 @@ class Window
25662566
*/
25672567
def close(): Unit = js.native
25682568

2569+
def closed: Boolean = js.native
2570+
25692571
/**
25702572
* The window.postMessage method safely enables cross-origin communication.
25712573
* Normally, scripts on different pages are allowed to access each other if and only if

0 commit comments

Comments
 (0)