We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5dabb commit 96689dcCopy full SHA for 96689dc
utils/misc/fetch/fetch.html
@@ -200,6 +200,8 @@
200
{color:#4a90e2;text-decoration:none;font-weight:500}
201
a:hover
202
{text-decoration:underline}
203
+ a:visited
204
+ {color:#4a90e2}
205
.link-domain
206
{font-size:0.85rem;color:#777;margin-left:0.25rem}
207
.link-domain::before
@@ -228,7 +230,7 @@
228
230
229
231
232
<div class=description>
- Note : To access the fetch response a cors header will be required for cross-origin access.
233
+ <b>Note :</b> To access the fetch response a cors header will be required for cross-origin access.
234
<br>
235
a cors extension to inject the header is available
236
0 commit comments