mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-20 22:01:24 +02:00
45932f73a3
Document buffer.UR[IL] change.
4 lines
215 B
Plaintext
4 lines
215 B
Plaintext
- buffer.URL and buffer.URI are now instances of nsIURI rather than strings.
|
|
The former string representation may be obtained via the spec property.
|
|
See https://developer.mozilla.org/en/nsIURI for more details.
|