From 58ce5aa51e7e3b797f3b6cfbb3bee2f70e3608d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philip=20J=C3=A4genstedt?=
The Document object's URL is defined in DOM. It is initially set when
- the Document object is created, but can change during the lifetime of the
- Document object; for example, it changes when the user navigates to a fragment on the page
- and when the pushState() method is called with a new
- URL. DOM
Document object is created, but can
+ change during the lifetime of the Document object; for example, it changes when the
+ user navigates to a fragment
+ on the page and when the pushState() method is called
+ with a new URL. DOM