mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #13912 - ddrmanxbxfr:remove-deprecated-url-methods, r=Ms2ger
Remove URL.domainToASCII and URL.domainToUnicode Modifications - Removed URL.domainToASCII method - Removed URL.domainToUnicode method - Added test in wpt to make sure both method are undefined. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #13835 (github issue number if applicable). - [X] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13912) <!-- Reviewable:end -->
This commit is contained in:
commit
4b28750b9a
7 changed files with 20 additions and 48 deletions
|
@ -5,9 +5,6 @@
|
|||
// https://url.spec.whatwg.org/#url
|
||||
[Constructor(USVString url, optional USVString base), Exposed=(Window,Worker)]
|
||||
interface URL {
|
||||
static USVString domainToASCII(USVString domain);
|
||||
static USVString domainToUnicode(USVString domain);
|
||||
|
||||
[SetterThrows]
|
||||
/*stringifier*/ attribute USVString href;
|
||||
readonly attribute USVString origin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue