Reference Index > Browser Objects
from https://www.w3.org/TR/media-source/#urlinterface URL { stringifierattribute USVString href;readonly attribute USVString origin;attribute USVString protocol;attribute USVString username;attribute USVString password;attribute USVString host;attribute USVString hostname;attribute USVString port;attribute USVString pathname;attribute USVString search; [SameObject]readonly attribute URLSearchParams searchParams;attribute USVString hash; USVString toJSON(); };
};partial interface URL { static DOMString createObjectURL(MediaSource mediaSource); };
Function | Implementation status |
toJSON | Complete |
createObjectURL | Complete |
Device type | Support Status |
Desktop PC browsers | Yes |
HBBTV 1.5 devices | Yes |
HBBTV 2.0.x devices | Yes |
This page has been generated automatically from source code by the CoyoteBrowser InfoTool on Tue Jan 05 16:54:08 2021 . Some design elements from MDN are used under CC-BY-SA license from "Mozilla Contributors".