mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 06:22:26 +01:00
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.
|