Checks if an object is the window global by checking window or some common properties of window.
- Deprecated:
- Since 1.0.0-rc.24
- Source:
- core.js, line 1050
Parameters:
| Name | Type | Description |
|---|
object
| Any | Some object. |
|---|
Returns:
`true` if object is window or contains the common properties, `false` otherwise.
- Type
- boolean