Skip to content

Commit 49107b4

Browse files
Add URL* object spec URLs (mdn#10339)
1 parent fa0fdaf commit 49107b4

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

api/URL.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"URL": {
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL",
6+
"spec_url": "https://url.spec.whatwg.org/#api",
67
"support": {
78
"chrome": [
89
{
@@ -115,6 +116,7 @@
115116
"URL": {
116117
"__compat": {
117118
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/URL",
119+
"spec_url": "https://url.spec.whatwg.org/#constructors",
118120
"description": "<code>URL()</code> constructor",
119121
"support": {
120122
"chrome": {
@@ -171,6 +173,7 @@
171173
"createObjectURL": {
172174
"__compat": {
173175
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/createObjectURL",
176+
"spec_url": "https://w3c.github.io/FileAPI/#dfn-createObjectURL",
174177
"support": {
175178
"chrome": {
176179
"version_added": "19"
@@ -285,6 +288,7 @@
285288
"hash": {
286289
"__compat": {
287290
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/hash",
291+
"spec_url": "https://url.spec.whatwg.org/#dom-url-hash",
288292
"support": {
289293
"chrome": {
290294
"version_added": "32"
@@ -336,6 +340,7 @@
336340
"host": {
337341
"__compat": {
338342
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/host",
343+
"spec_url": "https://url.spec.whatwg.org/#dom-url-host",
339344
"support": {
340345
"chrome": {
341346
"version_added": "32"
@@ -387,6 +392,7 @@
387392
"hostname": {
388393
"__compat": {
389394
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/hostname",
395+
"spec_url": "https://url.spec.whatwg.org/#dom-url-hostname",
390396
"support": {
391397
"chrome": {
392398
"version_added": "32"
@@ -438,6 +444,7 @@
438444
"href": {
439445
"__compat": {
440446
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/href",
447+
"spec_url": "https://url.spec.whatwg.org/#dom-url-href",
441448
"support": {
442449
"chrome": {
443450
"version_added": "32"
@@ -489,6 +496,7 @@
489496
"origin": {
490497
"__compat": {
491498
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/origin",
499+
"spec_url": "https://url.spec.whatwg.org/#dom-url-origin",
492500
"support": {
493501
"chrome": {
494502
"version_added": "32"
@@ -554,6 +562,7 @@
554562
"password": {
555563
"__compat": {
556564
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/password",
565+
"spec_url": "https://url.spec.whatwg.org/#dom-url-password",
557566
"support": {
558567
"chrome": {
559568
"version_added": "32"
@@ -605,6 +614,7 @@
605614
"pathname": {
606615
"__compat": {
607616
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/pathname",
617+
"spec_url": "https://url.spec.whatwg.org/#dom-url-pathname",
608618
"support": {
609619
"chrome": {
610620
"version_added": "32"
@@ -670,6 +680,7 @@
670680
"port": {
671681
"__compat": {
672682
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/port",
683+
"spec_url": "https://url.spec.whatwg.org/#dom-url-port",
673684
"support": {
674685
"chrome": {
675686
"version_added": "32"
@@ -721,6 +732,7 @@
721732
"protocol": {
722733
"__compat": {
723734
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/protocol",
735+
"spec_url": "https://url.spec.whatwg.org/#dom-url-protocol",
724736
"support": {
725737
"chrome": {
726738
"version_added": "32"
@@ -772,6 +784,7 @@
772784
"revokeObjectURL": {
773785
"__compat": {
774786
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/revokeObjectURL",
787+
"spec_url": "https://w3c.github.io/FileAPI/#dfn-revokeObjectURL",
775788
"support": {
776789
"chrome": {
777790
"version_added": "19"
@@ -825,6 +838,7 @@
825838
"search": {
826839
"__compat": {
827840
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/search",
841+
"spec_url": "https://url.spec.whatwg.org/#dom-url-search",
828842
"support": {
829843
"chrome": {
830844
"version_added": "32"
@@ -890,6 +904,7 @@
890904
"searchParams": {
891905
"__compat": {
892906
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/searchParams",
907+
"spec_url": "https://url.spec.whatwg.org/#dom-url-searchparams",
893908
"support": {
894909
"chrome": {
895910
"version_added": "51"
@@ -941,6 +956,7 @@
941956
"toJSON": {
942957
"__compat": {
943958
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/toJSON",
959+
"spec_url": "https://url.spec.whatwg.org/#dom-url-tojson",
944960
"support": {
945961
"chrome": {
946962
"version_added": "71"
@@ -992,6 +1008,7 @@
9921008
"toString": {
9931009
"__compat": {
9941010
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/toString",
1011+
"spec_url": "https://url.spec.whatwg.org/#URL-stringification-behavior",
9951012
"support": {
9961013
"chrome": {
9971014
"version_added": "19"
@@ -1040,6 +1057,7 @@
10401057
"username": {
10411058
"__compat": {
10421059
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URL/username",
1060+
"spec_url": "https://url.spec.whatwg.org/#dom-url-username",
10431061
"support": {
10441062
"chrome": {
10451063
"version_added": "32"

api/URLSearchParams.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"URLSearchParams": {
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams",
6+
"spec_url": "https://url.spec.whatwg.org/#urlsearchparams",
67
"support": {
78
"chrome": {
89
"version_added": "49"
@@ -61,6 +62,7 @@
6162
"URLSearchParams": {
6263
"__compat": {
6364
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams/URLSearchParams",
65+
"spec_url": "https://url.spec.whatwg.org/#dom-urlsearchparams-urlsearchparams",
6466
"description": "<code>URLSearchParams()</code> constructor",
6567
"support": {
6668
"chrome": {
@@ -273,6 +275,7 @@
273275
"append": {
274276
"__compat": {
275277
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams/append",
278+
"spec_url": "https://url.spec.whatwg.org/#dom-urlsearchparams-append",
276279
"support": {
277280
"chrome": {
278281
"version_added": "49"
@@ -324,6 +327,7 @@
324327
"delete": {
325328
"__compat": {
326329
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams/delete",
330+
"spec_url": "https://url.spec.whatwg.org/#dom-urlsearchparams-delete",
327331
"support": {
328332
"chrome": {
329333
"version_added": "49"
@@ -379,6 +383,7 @@
379383
"entries": {
380384
"__compat": {
381385
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams/entries",
386+
"spec_url": "https://url.spec.whatwg.org/#interface-urlsearchparams",
382387
"support": {
383388
"chrome": {
384389
"version_added": "49"
@@ -430,6 +435,7 @@
430435
"forEach": {
431436
"__compat": {
432437
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams/forEach",
438+
"spec_url": "https://url.spec.whatwg.org/#interface-urlsearchparams",
433439
"support": {
434440
"chrome": {
435441
"version_added": "49"
@@ -478,6 +484,7 @@
478484
"get": {
479485
"__compat": {
480486
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams/get",
487+
"spec_url": "https://url.spec.whatwg.org/#dom-urlsearchparams-get",
481488
"support": {
482489
"chrome": {
483490
"version_added": "49"
@@ -529,6 +536,7 @@
529536
"getAll": {
530537
"__compat": {
531538
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams/getAll",
539+
"spec_url": "https://url.spec.whatwg.org/#dom-urlsearchparams-getall",
532540
"support": {
533541
"chrome": {
534542
"version_added": "49"
@@ -580,6 +588,7 @@
580588
"has": {
581589
"__compat": {
582590
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams/has",
591+
"spec_url": "https://url.spec.whatwg.org/#dom-urlsearchparams-has",
583592
"support": {
584593
"chrome": {
585594
"version_added": "49"
@@ -631,6 +640,7 @@
631640
"keys": {
632641
"__compat": {
633642
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams/keys",
643+
"spec_url": "https://url.spec.whatwg.org/#interface-urlsearchparams",
634644
"support": {
635645
"chrome": {
636646
"version_added": "49"
@@ -682,6 +692,7 @@
682692
"set": {
683693
"__compat": {
684694
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams/set",
695+
"spec_url": "https://url.spec.whatwg.org/#dom-urlsearchparams-set",
685696
"support": {
686697
"chrome": {
687698
"version_added": "49"
@@ -733,6 +744,7 @@
733744
"sort": {
734745
"__compat": {
735746
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams/sort",
747+
"spec_url": "https://url.spec.whatwg.org/#dom-urlsearchparams-sort",
736748
"support": {
737749
"chrome": {
738750
"version_added": "61"
@@ -784,6 +796,7 @@
784796
"toString": {
785797
"__compat": {
786798
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams/toString",
799+
"spec_url": "https://url.spec.whatwg.org/#urlsearchparams-stringification-behavior",
787800
"support": {
788801
"chrome": {
789802
"version_added": "49"
@@ -835,6 +848,7 @@
835848
"values": {
836849
"__compat": {
837850
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLSearchParams/values",
851+
"spec_url": "https://url.spec.whatwg.org/#interface-urlsearchparams",
838852
"support": {
839853
"chrome": {
840854
"version_added": "49"

0 commit comments

Comments
 (0)