mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
Implement URL's toJSON()
This commit is contained in:
@@ -24,6 +24,8 @@ interface URL {
|
||||
// static DOMString createFor(Blob blob);
|
||||
static void revokeObjectURL(DOMString url);
|
||||
|
||||
USVString toJSON();
|
||||
|
||||
// This is only doing as well as gecko right now.
|
||||
// https://github.com/servo/servo/issues/7590 is on file for
|
||||
// adding attribute stringifier support.
|
||||
|
||||
Reference in New Issue
Block a user