Merge pull request #1847 from leviding/patch-5

Fix typo error
This commit is contained in:
Ilya Kantor 2020-04-29 12:04:39 +03:00 committed by GitHub
commit e1469e337c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@ Windows may freely access content of each other only if they come from the same
Otherwise, e.g. if the main window is from `site.com`, and the popup from `gmail.com`, that's impossible for user safety reasons. For the details, see chapter <info:cross-window-communication>. Otherwise, e.g. if the main window is from `site.com`, and the popup from `gmail.com`, that's impossible for user safety reasons. For the details, see chapter <info:cross-window-communication>.
``` ```
## Accessing window from popup ## Accessing window from popup
A popup may access the "opener" window as well using `window.opener` reference. It is `null` for all windows except popups. A popup may access the "opener" window as well using `window.opener` reference. It is `null` for all windows except popups.