Is there any difference between the location property of the window object versus the location property of the document object?
window.location || document.location // That is the question.
- Are their properties identical?
- Do they have differing browser support?