https://github.com/electron/node-is-valid-window
Validates if a pointer to window is valid.
https://github.com/electron/node-is-valid-window
Last synced: 9 months ago
JSON representation
Validates if a pointer to window is valid.
- Host: GitHub
- URL: https://github.com/electron/node-is-valid-window
- Owner: electron
- Archived: true
- Created: 2018-12-11T04:47:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T06:54:45.000Z (almost 5 years ago)
- Last Synced: 2024-10-30T00:00:43.741Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 59
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# is-valid-window
Validates if a pointer to window is valid. Used by Electron to validate the
result of `TopLevelWindow.getNativeWindowHandle`.
## License
Public domain.