window is null code example
Example: window is null
if (typeof window != 'undefined' && window.document &&
window.document.readyState == whatever) {
// do stuff
}
if (typeof window != 'undefined' && window.document &&
window.document.readyState == whatever) {
// do stuff
}