Skip to content

Commit 836b815

Browse files
authored
Merge branch 'master' into master
2 parents 2d16b79 + 6b2733a commit 836b815

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

+2
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)