property-uri 165 B

123456789
  1. uri :string (readonly before 0.4.0)
  2. The URI of the window
  3. // writable since 0.4.0
  4. window.uri = 'about:';
  5. window.waitForReload()
  6. .then(...)
  7. # vim: ts=4 noet ai