1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 06:22:26 +01:00
Files
pentadactyl-pm/BREAKING_CHANGES
Doug Kearns 45932f73a3 Add BREAKING_CHANGES file.
Document buffer.UR[IL] change.
2011-01-09 02:44:46 +11:00

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.