fawazahmed0 / cloudflare-multi-cors-proxy

CORS Proxy which can take multiple url requests at a time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloudflare-multi-cors-proxy

CORS Proxy which can take multiple url requests at a time

How this script works:

Most cors proxy available at Github (such as CORS-anywhere) can take only single url at a time, but this can take multiple urls at a time

This script returns consolidated responses with href link with class multicorsproxy at the top of the response and a boolean value inside the <a> tag, which indicates the response was successful or not. On errors it will add an <a> element with class multicorserror and error string inside it This script will only return responses whose content-type header starts with text, you are free to fork this code or copy the code from here and edit it to allow more content-type headers.

Benefits:

No matter how many urls you request at a single time, it will be counted as just 1 request by cloudflare, so you can fetch like 20 urls at a time and cloudflare will count as one request

Note: Cloudflare workers can support upto 50 url requests at a time from this script

Steps to setup multi-cors-proxy at cloudflare:

  1. Register at here
  2. Create a new worker and click on quick edit
  3. Paste this code in there and click save and deploy
  4. You will get a url something like: https://misty-tooth.username.workers.dev note it down.

Below Usage example in JavaScript:

Usage:

// Array to store the list of urls to fetch, max 50 urls at one time
  var arr = ["https://developer.mozilla.org/en-US/docs/Web/API/Request","https://en.wikipedia.org/"]
  // Paste the url which you got in step 4
 fetch('https://misty-tooth.username.workers.dev',{
  method: 'POST',
  body: JSON.stringify(arr)
})
.then(response => response.text())
.then(data => console.log(data))

Output in Console:

<a class='multicorsproxy' href='https://en.wikipedia.org/wiki/Main_Page'>true</a>
<!DOCTYPE html>
<html class="client-nojs" lang="en" dir="ltr">
<head>
<meta charset="UTF-8"/>
<title>Wikipedia, the free encyclopedia</title>
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"a829d248-1a43-4007-8c56-7e6a0444ddc6","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"Main_Page","wgTitle":"Main Page","wgCurRevisionId":956868703,"wgRevisionId":956868703,"wgArticleId":15580374,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":[],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"Main_Page","wgRelevantArticleId":15580374,"wgIsProbablyEditable":!1,"wgRelevantPageIsProbablyEditable":!1,"wgRestrictionEdit":["sysop"],"wgRestrictionMove":["sysop"],"wgIsMainPage":!0,"wgMediaViewerOnClick":!0,
"wgMediaViewerEnabledByDefault":!0,"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgWikibaseItemId":"Q5296","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","ext.tmh.thumbnail.styles":"ready","skins.vector.styles.legacy":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready"};RLPAGEMODULES=["mw.MediaWikiPlayer.loader","mw.PopUpMediaTransform","mw.TMHGalleryHook.js","site",
"mediawiki.page.startup","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.centralNotice.geoIP","ext.centralNotice.startUp"];</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
});});</script>
<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=ext.tmh.thumbnail.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cskins.vector.styles.legacy&amp;only=styles&amp;skin=vector"/>
<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>
<meta name="ResourceLoaderDynamicStyles" content=""/>
<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector"/>
<meta name="generator" content="MediaWiki 1.35.0-wmf.37"/>
<meta name="referrer" content="origin"/>
<meta name="referrer" content="origin-when-crossorigin"/>
<meta name="referrer" content="origin-when-cross-origin"/>
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/9/9c/Op_hurricane.jpg"/>
<link rel="alternate" type="application/atom+xml" title="Wikipedia picture of the day feed" href="/w/api.php?action=featuredfeed&amp;feed=potd&amp;feedformat=atom"/>
<link rel="alternate" type="application/atom+xml" title="Wikipedia featured articles feed" href="/w/api.php?action=featuredfeed&amp;feed=featured&amp;feedformat=atom"/>
<link rel="alternate" type="application/atom+xml" title="Wikipedia &quot;On this day...&quot; feed" href="/w/api.php?action=featuredfeed&amp;feed=onthisday&amp;feedformat=atom"/>
<link rel="apple-touch-icon" href="/static/apple-touch/wikipedia.png"/>
<link rel="shortcut icon" href="/static/favicon/wikipedia.ico"/>
<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)"/>
<link rel="EditURI" type="application/rsd+xml" href="//en.wikipedia.org/w/api.php?action=rsd"/>
<link rel="license" href="//creativecommons.org/licenses/by-sa/3.0/"/>
<link rel="canonical" href="https://en.wikipedia.org/wiki/Main_Page"/>
<link rel="dns-prefetch" href="//login.wikimedia.org"/>
<link rel="dns-prefetch" href="//meta.wikimedia.org" />
<!--[if lt IE 9]><script src="/w/resources/lib/html5shiv/html5shiv.js"></script><![endif]-->
</head>
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Main_Page rootpage-Main_Page skin-vector action-view skin-vector-legacy">
<div id="mw-page-base" class="noprint"></div>
<div id="mw-head-base" class="noprint"></div>
<div id="content" class="mw-body" role="main">
	<a id="top"></a>
		<div id="siteNotice" class="mw-body-content"><!-- CentralNotice --></div>
	<div class="mw-indicators mw-body-content">
	</div>
	<h1 id="firstHeading" class="firstHeading" lang="en">Main Page</h1>

	<div id="bodyContent" class="mw-body-content">
		<div id="siteSub" class="noprint">From Wikipedia, the free encyclopedia</div>
		<div id="contentSub"></div>


		<div id="jump-to-nav"></div>
		<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
		<a class="mw-jump-link" href="#p-search">Jump to search</a>
		<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><style data-mw-deduplicate="TemplateStyles:r960812034">.mw-parser-output #mp-topbanner{clear:both;position:relative;box-sizing:border-box;width:100%;margin-top:1.2em;min-width:47em;border-color:#ddd;background-color:#f9f9f9;white-space:nowrap}.mw-parser-output .mp-bordered,.mw-parser-output .mp-h2,body.skin-timeless .mw-parser-output .mp-h2{border-width:1px;border-style:solid}.mw-parser-output #mp-topbanner,.mw-parser-output .mp-h2,.mw-parser-output #mp-left{color:#000}.mw-parser-output #mp-welcomecount{margin:0.4em;width:22em;text-align:center}.mw-parser-output #mp-welcome{font-size:162%;padding:0.1em}.mw-parser-output #mp-free{font-size:95%}.mw-parser-output #articlecount{font-size:85%}.mw-parser-output #mp-portals{position:absolute;right:-1em;top:50%;margin-top:-2.4em;width:38%;min-width:25em;font-size:95%}.mw-parser-output #mp-portals li{position:absolute;left:0;top:0}.mw-parser-output #mp-portals .portal-hmid{left:33%}.mw-parser-output #mp-portals .portal-hright{left:66%}.mw-parser-output #mp-portals .portal-vmid{top:1.6em}.mw-parser-output #mp-portals .portal-vbot{top:3.2em}.mw-parser-output .portal-hright.portal-vbot{font-weight:bold}.mw-parser-output #mp-banner{margin-top:4px;padding:0.5em;background-color:#fffaf5;border-color:#f2e0ce}.mw-parser-output .mp-h2,body.skin-timeless .mw-parser-output .mp-h2{margin:0.5em;padding:0.2em 0.4em;font-size:120%;font-weight:bold;font-family:inherit}body.skin-timeless .mw-parser-output .mp-h2::after{border:none}.mw-parser-output .mp-later{font-size:85%;font-weight:normal}.mw-parser-output #mp-upper{width:100%;margin-top:4px;margin-bottom:0;border-spacing:0;border-collapse:separate}.mw-parser-output #mp-upper .mid-table{border-color:transparent}.mw-parser-output #mp-left{width:55%;border-color:#cef2e0;background:#f5fffa}.mw-parser-output #mp-right{width:45%;border-color:#cedff2;background:#f5faff}.mw-parser-output #mp-left,.mw-parser-output #mp-right{padding:0;vertical-align:top}.mw-parser-output #mp-left .mp-h2{background:#cef2e0;border-color:#a3bfb1}.mw-parser-output #mp-right .mp-h2{background:#cedff2;border-color:#a3b0bf}.mw-parser-output #mp-tfa,.mw-parser-output #mp-dyk,.mw-parser-output #mp-itn,.mw-parser-output #mp-otd,.mw-parser-output #mp-other-lower>div{padding:0.1em 0.6em}.mw-parser-output #mp-dyk-h2,.mw-parser-output #mp-otd-h2{clear:both}.mw-parser-output #mp-middle{margin-top:4px;border-color:#f2cedd;background:#fff5fa}.mw-parser-output #mp-middle,.mw-parser-output #mp-lower,.mw-parser-output #mp-other-lower{overflow:auto}.mw-parser-output #mp-tfl-h2{background:#f2cedd;border-color:#bfa3af}.mw-parser-output #mp-tfl{padding:0.3em 0.7em}.mw-parser-output #mp-lower{margin-top:4px;border-color:#ddcef2;background:#faf5ff}.mw-parser-output #mp-tfp-h2{background:#ddcef2;border-color:#afa3bf}.mw-parser-output #mp-tfp{margin:0.1em 0.4em 0.6em}.mw-parser-output #mp-other-lower{padding:0;border-color:#e2e2e2;margin-top:4px}.mw-parser-output #mp-dyk,.mw-parser-output #mp-otd,.mw-parser-output #mp-other-lower{padding-bottom:0.5em}.mw-parser-output #mp-other-lower .mp-h2{background:#eee;border-color:#ddd;color:#222}@media(max-width:875px){body.skin-minerva .mw-parser-output #mp-welcomecount,body.skin-timeless .mw-parser-output #mp-welcomecount{width:auto}body.skin-minerva .mw-parser-output #mp-topbanner,body.skin-timeless .mw-parser-output #mp-topbanner{min-width:0;white-space:normal}body.skin-minerva .mw-parser-output #mp-portals,body.skin-timeless .mw-parser-output #mp-portals{display:block;position:static;width:auto;min-width:0;text-align:center;margin:0 auto;border-top:1px solid #ddd;padding:0.4em 0;margin:0 0.4em}body.skin-minerva .mw-parser-output #mp-portals li,body.skin-timeless .mw-parser-output #mp-portals li{position:static;display:inline;padding:0 5px}body.skin-minerva .mw-parser-output #mp-topbanner .portal-hright,body.skin-timeless .mw-parser-output #mp-topbanner .portal-hright{white-space:nowrap}body.skin-minerva .mw-parser-output table,body.skin-minerva .mw-parser-output tr,body.skin-minerva .mw-parser-output td,body.skin-minerva .mw-parser-output tbody,body.skin-timeless .mw-parser-output table,body.skin-timeless .mw-parser-output tr,body.skin-timeless .mw-parser-output td,body.skin-timeless .mw-parser-output tbody{display:block!important;width:100%!important;box-sizing:border-box}body.skin-minerva .mw-parser-output #mp-tfp tr:first-child td:first-child a,body.skin-timeless .mw-parser-output #mp-tfp tr:first-child td:first-child a{text-align:center;display:table;margin:0 auto}}</style>
<div id="mp-topbanner" class="mp-bordered">
<div id="mp-welcomecount">
<div id="mp-welcome">Welcome to <a href="/wiki/Wikipedia" title="Wikipedia">Wikipedia</a>,</div>
<div id="mp-free">the <a href="/wiki/Free_content" title="Free content">free</a> <a href="/wiki/Encyclopedia" title="Encyclopedia">encyclopedia</a> that <a href="/wiki/Help:Introduction" title="Help:Introduction">anyone can edit</a>.</div>
<div id="articlecount"><a href="/wiki/Special:Statistics" title="Special:Statistics">6,105,233</a> articles in <a href="/wiki/English_language" title="English language">English</a></div>
</div>
<ul id="mp-portals">
<li><a href="/wiki/Portal:Arts" title="Portal:Arts">Arts</a></li>
<li class="portal-vmid"><a href="/wiki/Portal:Biography" title="Portal:Biography">Biography</a></li>
<li class="portal-vbot"><a href="/wiki/Portal:Geography" title="Portal:Geography">Geography</a></li>
<li class="portal-hmid"><a href="/wiki/Portal:History" title="Portal:History">History</a></li>
<li class="portal-hmid portal-vmid"><a href="/wiki/Portal:Mathematics" title="Portal:Mathematics">Mathematics</a></li>
<li class="portal-hmid portal-vbot"><a href="/wiki/Portal:Science" title="Portal:Science">Science</a></li>
<li class="portal-hright"><a href="/wiki/Portal:Society" title="Portal:Society">Society</a></li>
<li class="portal-hright portal-vmid"><a href="/wiki/Portal:Technology" title="Portal:Technology">Technology</a></li>
<li class="portal-hright portal-vbot"><a href="/wiki/Wikipedia:Contents/Portals" title="Wikipedia:Contents/Portals">All portals</a></li>
</ul>
</div>
<table role="presentation" id="mp-upper">
<tbody><tr>
<td id="mp-left" class="MainPageBG mp-bordered">
<h2 id="mp-tfa-h2" class="mp-h2"><span id="From_today.27s_featured_article"></span><span class="mw-headline" id="From_today's_featured_article">From today's featured article</span></h2>
<div id="mp-tfa"><div id="mp-tfa-img" style="float: left; margin: 0.5em 0.9em 0.4em 0em;"><div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 160px;">
<a href="/wiki/File:Op_hurricane.jpg" class="image" title="Operation Hurricane"><img alt="Operation Hurricane" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Op_hurricane.jpg/160px-Op_hurricane.jpg" decoding="async" width="160" height="132" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Op_hurricane.jpg/240px-Op_hurricane.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Op_hurricane.jpg/320px-Op_hurricane.jpg 2x" data-file-width="640" data-file-height="526" /></a><div class="thumbcaption" style="padding: 0.25em 0; word-wrap: break-word;">Operation Hurricane</div></div>
</div>
<p><b><a href="/wiki/High_Explosive_Research" title="High Explosive Research">High Explosive Research</a></b> was the independent British project to develop <a href="/wiki/Nuclear_weapon" title="Nuclear weapon">atomic bombs</a> after the Second World War. The decision to undertake it was made in 1947 and publicly announced in 1948. The project was a civil, not a military, one. Production facilities were constructed under the direction of <a href="/wiki/Christopher_Hinton,_Baron_Hinton_of_Bankside" title="Christopher Hinton, Baron Hinton of Bankside">Christopher Hinton</a>, including a <a href="/wiki/Uranium" title="Uranium">uranium</a> metal plant at <a href="/wiki/Springfields" title="Springfields">Springfields</a>, <a href="/wiki/Nuclear_reactor" title="Nuclear reactor">nuclear reactors</a> and a <a href="/wiki/Plutonium" title="Plutonium">plutonium</a> processing plant at <a href="/wiki/Sellafield" title="Sellafield">Windscale</a>, and a <a href="/wiki/Gaseous_diffusion" title="Gaseous diffusion">gaseous diffusion</a> <a href="/wiki/Enriched_uranium#Enrichment_methods" title="Enriched uranium">uranium enrichment</a> facility at <a href="/wiki/Capenhurst" title="Capenhurst">Capenhurst</a>, near <a href="/wiki/Chester" title="Chester">Chester</a>. The first nuclear reactor in the UK went <a href="/wiki/Criticality_(status)" title="Criticality (status)">critical</a> at <a href="/wiki/Harwell,_Oxfordshire" title="Harwell, Oxfordshire">Harwell</a> on 15&#160;August&#160;1947. <a href="/wiki/William_Penney,_Baron_Penney" title="William Penney, Baron Penney">William Penney</a> directed bomb design from <a href="/wiki/Fort_Halstead" title="Fort Halstead">Fort Halstead</a>, and later <a href="/wiki/Atomic_Weapons_Establishment" title="Atomic Weapons Establishment">Aldermaston</a> in Berkshire. The first British atomic bomb was successfully tested in <a href="/wiki/Operation_Hurricane" title="Operation Hurricane">Operation Hurricane</a> <i>(pictured)</i> off the <a href="/wiki/Montebello_Islands" title="Montebello Islands">Monte Bello Islands</a> in Australia on 3&#160;October&#160;1952. Britain thereby became the third country to test nuclear weapons. The project concluded with the delivery of the first <a href="/wiki/Blue_Danube_(nuclear_weapon)" title="Blue Danube (nuclear weapon)">Blue Danube</a> atomic bombs to <a href="/wiki/Bomber_Command" title="Bomber Command">Bomber Command</a> in 1953. (<b><a href="/wiki/High_Explosive_Research" title="High Explosive Research">Full&#160;article...</a></b>)
</p>
<div class="tfa-recent" style="text-align: right;">
Recently featured: <div class="hlist hlist-separated inline">
<ul><li><a href="/wiki/California_State_Route_76" title="California State Route 76">California State Route 76</a></li>
<li><a href="/wiki/George_Washington_and_slavery" title="George Washington and slavery">George Washington and slavery</a></li>
<li><a href="/wiki/Meinhard_Michael_Moser" title="Meinhard Michael Moser">Meinhard Michael Moser</a></li></ul>
</div></div>
<div class="tfa-footer hlist hlist-separated noprint" style="text-align: right;">
<ul><li><b><a href="/wiki/Wikipedia:Today%27s_featured_article/June_2020" title="Wikipedia:Today&#39;s featured article/June 2020">Archive</a></b></li>
<li><b><a href="https://lists.wikimedia.org/mailman/listinfo/daily-article-l" class="extiw" title="mail:daily-article-l">By email</a></b></li>
<li><b><a href="/wiki/Wikipedia:Featured_articles" title="Wikipedia:Featured articles">More featured articles</a></b></li></ul>
</div></div>
<h2 id="mp-dyk-h2" class="mp-h2"><span class="mw-headline" id="Did_you_know_...">Did you know&#160;...</span></h2>
<div id="mp-dyk">
<div style="float:right; margin-left:0.5em;" id="mp-dyk-img">
<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 140px;">
<a href="/wiki/File:Antipathes_dendrochristos.jpg" class="image" title="Deep-sea Antipathes dendrochristos"><img alt="Deep-sea Antipathes dendrochristos" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/bf/Antipathes_dendrochristos.jpg/140px-Antipathes_dendrochristos.jpg" decoding="async" width="140" height="120" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/bf/Antipathes_dendrochristos.jpg/210px-Antipathes_dendrochristos.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/bf/Antipathes_dendrochristos.jpg/280px-Antipathes_dendrochristos.jpg 2x" data-file-width="739" data-file-height="634" /></a><div class="thumbcaption" style="padding: 0.25em 0; word-wrap: break-word;">Deep-sea <i>Antipathes dendrochristos</i></div></div>
</div>
<ul><li>... that when boiled in milk, <b><a href="/wiki/Black_coral" title="Black coral">black coral</a></b> <i>(example pictured)</i> emits a faint scent of <a href="/wiki/Myrrh" title="Myrrh">myrrh</a>?</li>
<li>... that <b><a href="/wiki/St_Mary%27s_Church,_Rolleston_on_Dove" title="St Mary&#39;s Church, Rolleston on Dove">St&#160;Mary's Church, Rolleston on Dove</a></b>, is unusual in having the public entrance on its north side, the southern entrance being reserved for the <a href="/wiki/Mosley_baronets" title="Mosley baronets">Mosley family</a>?</li>
<li>... that professional <i>Super Smash Bros.</i> player <b><a href="/wiki/Samsora" title="Samsora">Samsora</a></b> performed a <a href="/wiki/Fashion_show#Runway" title="Fashion show">runway walk</a> while <a href="/wiki/Cosplay" title="Cosplay">cosplaying</a> as the character he competes with, <a href="/wiki/Princess_Peach" title="Princess Peach">Princess Peach</a>, at a tournament in 2019?</li>
<li>... that an eruption in the <b><a href="/wiki/Hakk%C5%8Dda_Mountains" title="Hakkōda Mountains">Hakkōda Mountains</a></b> could create <a href="/wiki/Lahar" title="Lahar">volcanic mudflows</a> that might inundate large sections of the Japanese cities of <a href="/wiki/Aomori_(city)" title="Aomori (city)">Aomori</a> and <a href="/wiki/Towada,_Aomori" title="Towada, Aomori">Towada</a>?</li>
<li>... that after <b><a href="/wiki/Joanna_Jordan_(talent_agent)" title="Joanna Jordan (talent agent)">Joanna Jordan</a></b> left her job at the <i><a href="/wiki/Late_Show_with_David_Letterman" title="Late Show with David Letterman">Late Show with David Letterman</a></i> to start a <a href="/wiki/Talent_agent" title="Talent agent">talent agency</a>, the show became her first client?</li>
<li>... that in <i><b><a href="/wiki/A_World_Without_Jews" title="A World Without Jews">A World Without Jews</a></b></i>, <a href="/wiki/Alon_Confino" title="Alon Confino">Alon Confino</a> argues that "the messianic struggle to create a Nazi civilization depended on the extermination of the Jews"?</li>
<li>... that Northern Irish goalkeeper <a href="/wiki/Alan_Mannus" title="Alan Mannus">Alan Mannus</a> refused to face the flag of the Republic of Ireland at the <b><a href="/wiki/2019_FAI_Cup_Final" title="2019 FAI Cup Final">2019 FAI Cup Final</a></b> because he is not Irish?</li>
<li>... that during <a href="/wiki/New_York_City_blackout_of_1977" title="New York City blackout of 1977">a 1977 blackout</a>, crews filming <i><a href="/wiki/Superman_(1978_film)" title="Superman (1978 film)">Superman: The Movie</a></i> at the <b><a href="/wiki/Daily_News_Building" title="Daily News Building">Daily News Building</a></b> lent their Klieg lights to <i><a href="/wiki/New_York_Daily_News" title="New York Daily News">Daily News</a></i> editors so that the next day's issue could be published?</li></ul>
<div class="dyk-footer hlist hlist-separated noprint" style="margin-top: 0.5em; text-align: right;">
<ul><li><b><a href="/wiki/Wikipedia:Recent_additions" title="Wikipedia:Recent additions">Archive</a></b></li>
<li><b><a href="/wiki/Help:Your_first_article" title="Help:Your first article">Start a new article</a></b></li>
<li><b><a href="/wiki/Template_talk:Did_you_know" title="Template talk:Did you know">Nominate an article</a></b></li></ul>
</div>
</div>
</td>
<td class="mp-bordered mid-table">
</td>
<td id="mp-right" class="MainPageBG mp-bordered">
<h2 id="mp-itn-h2" class="mp-h2"><span class="mw-headline" id="In_the_news">In the news</span></h2>
<div id="mp-itn"><style data-mw-deduplicate="TemplateStyles:r958426645">.mw-parser-output .itn-special{margin:3px 1px 4px 1px;padding:5px;text-align:center;border-style:solid;background:#fafcfe;border:1px solid #a3b0bf}.mw-parser-output .itn-special-head{font-weight:bold;white-space:nowrap}.mw-parser-output .itn-special-list{font-size:85%;clear:both}</style><div class="itn-special"><span class="itn-special-head"><a href="/wiki/COVID-19_pandemic" title="COVID-19 pandemic">COVID-19 pandemic</a></span><div class="itn-special-list hlist hlist-separated">
<ul><li><a href="/wiki/Coronavirus_disease_2019" title="Coronavirus disease 2019">Disease</a></li>
<li><a href="/wiki/Severe_acute_respiratory_syndrome_coronavirus_2" title="Severe acute respiratory syndrome coronavirus 2">Virus</a></li>
<li><a href="/wiki/COVID-19_testing" title="COVID-19 testing">Testing</a></li>
<li><a href="/wiki/Timeline_of_the_COVID-19_pandemic" title="Timeline of the COVID-19 pandemic">Timeline</a></li>
<li><span class="nowrap"><a href="/wiki/COVID-19_pandemic_by_country_and_territory" title="COVID-19 pandemic by country and territory">By location</a></span></li>
<li><a href="/wiki/Impact_of_the_COVID-19_pandemic" title="Impact of the COVID-19 pandemic">Impact</a></li>
<li><span class="nowrap"><a href="/wiki/List_of_deaths_due_to_COVID-19" title="List of deaths due to COVID-19">Notable deaths</a></span></li>
<li><a href="/wiki/Portal:Coronavirus_disease_2019" title="Portal:Coronavirus disease 2019">Portal</a></li></ul>
</div></div>
<div role="figure" class="itn-img" style="float: right; margin-left: 0.5em; margin-top: 0.2em;">
<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 120px;">
<a href="/wiki/File:Maria_Ressa.jpg" class="image" title="Maria Ressa in 2011"><img alt="Maria Ressa in 2011" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/7f/Maria_Ressa.jpg/120px-Maria_Ressa.jpg" decoding="async" width="120" height="160" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/7f/Maria_Ressa.jpg/180px-Maria_Ressa.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/7f/Maria_Ressa.jpg/240px-Maria_Ressa.jpg 2x" data-file-width="2736" data-file-height="3648" /></a><div class="thumbcaption" style="padding: 0.25em 0; word-wrap: break-word; text-align: left;">Maria Ressa</div></div>
</div>
<ul><li>Kenya, India, Mexico, Ireland, and Norway are <b><a href="/wiki/2020_United_Nations_Security_Council_election" title="2020 United Nations Security Council election">elected</a></b> to the <a href="/wiki/United_Nations_Security_Council" title="United Nations Security Council">United Nations Security Council</a> as non-permanent members from 2021.</li>
<li>In the Philippines, <a href="/wiki/Rappler" title="Rappler">Rappler</a> CEO <a href="/wiki/Maria_Ressa" title="Maria Ressa">Maria Ressa</a> <i>(pictured)</i> is <b><a href="/wiki/People_of_the_Philippines_v._Santos,_Ressa_and_Rappler" title="People of the Philippines v. Santos, Ressa and Rappler">convicted</a></b> of <a href="/wiki/Cybercrime_Prevention_Act_of_2012" title="Cybercrime Prevention Act of 2012">cyberlibel</a>.</li>
<li>At least twenty soldiers are killed during <b><a href="/wiki/2020_China%E2%80%93India_skirmishes" title="2020 China–India skirmishes">skirmishes</a></b> along the <a href="/wiki/Line_of_Actual_Control" title="Line of Actual Control">Line of Actual Control</a> between China and India.</li></ul>
<div class="itn-footer" style="margin-top: 0.5em;">
<div><b><a href="/wiki/Portal:Current_events" title="Portal:Current events">Ongoing</a></b>: <div class="hlist hlist-separated inline">
<ul><li><a href="/wiki/George_Floyd_protests" title="George Floyd protests">George Floyd protests</a></li>
<li><a href="/wiki/2019%E2%80%9320_Hong_Kong_protests" title="2019–20 Hong Kong protests">Hong Kong protests</a></li></ul></div></div>
<div><b><a href="/wiki/Deaths_in_2020" title="Deaths in 2020">Recent deaths</a></b>&#58; <div class="hlist hlist-separated inline">
<ul><li><a href="/wiki/Jules_Sedney" title="Jules Sedney">Jules Sedney</a></li>
<li><a href="/wiki/Jean_Kennedy_Smith" title="Jean Kennedy Smith">Jean Kennedy Smith</a></li>
<li><a href="/wiki/Vera_Lynn" title="Vera Lynn">Vera Lynn</a></li>
<li><a href="/wiki/Astrid_Gjertsen" title="Astrid Gjertsen">Astrid Gjertsen</a></li>
<li><a href="/wiki/Willie_Thorne" title="Willie Thorne">Willie Thorne</a></li>
<li><a href="/wiki/John_Madigan_(politician)" title="John Madigan (politician)">John Madigan</a></li></ul></div></div></div>
<div class="itn-footer hlist hlist-separated noprint" style="text-align: right;">
<ul><li><b><a href="/wiki/Wikipedia:In_the_news/Candidates" title="Wikipedia:In the news/Candidates">Nominate an article</a></b></li></ul></div></div>
<h2 id="mp-otd-h2" class="mp-h2"><span class="mw-headline" id="On_this_day">On this day</span></h2>
<div id="mp-otd">
<p><b><a href="/wiki/June_21" title="June 21">June 21</a></b>: <b><a href="/wiki/F%C3%AAte_de_la_Musique" title="Fête de la Musique">Fête de la Musique</a></b>; <b><a href="/wiki/International_Day_of_Yoga" title="International Day of Yoga">International Day of Yoga</a></b>; <b><a href="/wiki/National_Indigenous_Peoples_Day" title="National Indigenous Peoples Day">National Indigenous Peoples Day</a></b> in Canada
</p>
<div style="float:right;margin-left:0.5em;" id="mp-otd-img">
<div class="thumbinner mp-thumb" style="background: transparent; border: none; padding: 0; max-width: 175px;">
<div id="mwe_player_0" class="PopUpMediaTransform" style="width:175px;" videopayload="&lt;div class=&quot;mediaContainer&quot; style=&quot;width:658px&quot;&gt;&lt;video id=&quot;mwe_player_1&quot; poster=&quot;//upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/658px--Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.jpg&quot; controls=&quot;&quot; preload=&quot;none&quot; autoplay=&quot;&quot; style=&quot;width:658px;height:480px&quot; class=&quot;kskin&quot; data-durationhint=&quot;84.681&quot; data-startoffset=&quot;0&quot; data-mwtitle=&quot;Pathé_News_No._57_-_(excerpt)_(Winnipeg_General_Strike)_(1919).webm&quot; data-mwprovider=&quot;wikimediacommons&quot;&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.480p.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp8, vorbis&amp;quot;&quot; data-title=&quot;SD WebM (480P)&quot; data-shorttitle=&quot;WebM 480P&quot; data-transcodekey=&quot;480p.webm&quot; data-width=&quot;658&quot; data-height=&quot;480&quot; data-bandwidth=&quot;949072&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.480p.vp9.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp9, opus&amp;quot;&quot; data-title=&quot;SD VP9 (480P)&quot; data-shorttitle=&quot;VP9 480P&quot; data-transcodekey=&quot;480p.vp9.webm&quot; data-width=&quot;658&quot; data-height=&quot;480&quot; data-bandwidth=&quot;1272312&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.720p.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp8, vorbis&amp;quot;&quot; data-title=&quot;HD WebM (720P)&quot; data-shorttitle=&quot;WebM 720P&quot; data-transcodekey=&quot;720p.webm&quot; data-width=&quot;988&quot; data-height=&quot;720&quot; data-bandwidth=&quot;2031520&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.720p.vp9.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp9, opus&amp;quot;&quot; data-title=&quot;HD VP9 (720P)&quot; data-shorttitle=&quot;VP9 720P&quot; data-transcodekey=&quot;720p.vp9.webm&quot; data-width=&quot;988&quot; data-height=&quot;720&quot; data-bandwidth=&quot;2560864&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.1080p.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp8, vorbis&amp;quot;&quot; data-title=&quot;Full HD WebM (1080P)&quot; data-shorttitle=&quot;WebM 1080P&quot; data-transcodekey=&quot;1080p.webm&quot; data-width=&quot;1480&quot; data-height=&quot;1080&quot; data-bandwidth=&quot;4092632&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.1080p.vp9.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp9, opus&amp;quot;&quot; data-title=&quot;Full HD VP9 (1080P)&quot; data-shorttitle=&quot;VP9 1080P&quot; data-transcodekey=&quot;1080p.vp9.webm&quot; data-width=&quot;1480&quot; data-height=&quot;1080&quot; data-bandwidth=&quot;5116560&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp9, opus&amp;quot;&quot; data-title=&quot;Original WebM file, 1,974 × 1,440 (7.01 Mbps)&quot; data-shorttitle=&quot;WebM source&quot; data-width=&quot;1974&quot; data-height=&quot;1440&quot; data-bandwidth=&quot;7014042&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.1440p.vp9.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp9, opus&amp;quot;&quot; data-title=&quot;UHD VP9 (1440P)&quot; data-shorttitle=&quot;VP9 1440P&quot; data-transcodekey=&quot;1440p.vp9.webm&quot; data-width=&quot;1974&quot; data-height=&quot;1440&quot; data-bandwidth=&quot;10220656&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.120p.vp9.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp9, opus&amp;quot;&quot; data-title=&quot;Lowest bandwidth VP9 (120P)&quot; data-shorttitle=&quot;VP9 120P&quot; data-transcodekey=&quot;120p.vp9.webm&quot; data-width=&quot;164&quot; data-height=&quot;120&quot; data-bandwidth=&quot;117392&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.160p.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp8, vorbis&amp;quot;&quot; data-title=&quot;Low bandwidth WebM (160P)&quot; data-shorttitle=&quot;WebM 160P&quot; data-transcodekey=&quot;160p.webm&quot; data-width=&quot;220&quot; data-height=&quot;160&quot; data-bandwidth=&quot;128672&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.180p.vp9.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp9, opus&amp;quot;&quot; data-title=&quot;Low bandwidth VP9 (180P)&quot; data-shorttitle=&quot;VP9 180P&quot; data-transcodekey=&quot;180p.vp9.webm&quot; data-width=&quot;246&quot; data-height=&quot;180&quot; data-bandwidth=&quot;200416&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.240p.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp8, vorbis&amp;quot;&quot; data-title=&quot;Small WebM (240P)&quot; data-shorttitle=&quot;WebM 240P&quot; data-transcodekey=&quot;240p.webm&quot; data-width=&quot;330&quot; data-height=&quot;240&quot; data-bandwidth=&quot;238592&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.240p.vp9.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp9, opus&amp;quot;&quot; data-title=&quot;Small VP9 (240P)&quot; data-shorttitle=&quot;VP9 240P&quot; data-transcodekey=&quot;240p.vp9.webm&quot; data-width=&quot;330&quot; data-height=&quot;240&quot; data-bandwidth=&quot;321096&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.360p.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp8, vorbis&amp;quot;&quot; data-title=&quot;WebM (360P)&quot; data-shorttitle=&quot;WebM 360P&quot; data-transcodekey=&quot;360p.webm&quot; data-width=&quot;494&quot; data-height=&quot;360&quot; data-bandwidth=&quot;477992&quot; data-framerate=&quot;24&quot;/&gt;&lt;source src=&quot;//upload.wikimedia.org/wikipedia/commons/transcoded/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.360p.vp9.webm&quot; type=&quot;video/webm; codecs=&amp;quot;vp9, opus&amp;quot;&quot; data-title=&quot;VP9 (360P)&quot; data-shorttitle=&quot;VP9 360P&quot; data-transcodekey=&quot;360p.vp9.webm&quot; data-width=&quot;494&quot; data-height=&quot;360&quot; data-bandwidth=&quot;640816&quot; data-framerate=&quot;24&quot;/&gt;&lt;/video&gt;&lt;/div&gt;"><img alt="File:Pathé News No. 57 - (excerpt) (Winnipeg General Strike) (1919).webm" style="width:175px;height:128px" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm/175px-seek%3D18-Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm.jpg" /><a href="//upload.wikimedia.org/wikipedia/commons/d/d4/Path%C3%A9_News_No._57_-_%28excerpt%29_%28Winnipeg_General_Strike%29_%281919%29.webm" title="Play media" target="new"><span class="play-btn-large"><span class="mw-tmh-playtext">Play media</span></span></a></div><div class="thumbcaption" style="padding: 0.25em 0; word-wrap: break-word;">Newsreel footage of the Winnipeg general strike</div></div>
</div>
<ul><li><a href="/wiki/1734" title="1734">1734</a><b><a href="/wiki/Marie-Joseph_Ang%C3%A9lique" title="Marie-Joseph Angélique">Marie-Joseph Angélique</a></b>, a black slave, was tortured and hanged after having been convicted of starting a fire that burned much of <a href="/wiki/Old_Montreal" title="Old Montreal">Old Montreal</a>.</li>
<li><a href="/wiki/1864" title="1864">1864</a><a href="/wiki/New_Zealand_Wars" title="New Zealand Wars">New Zealand Wars</a>: A British victory against the <a href="/wiki/M%C4%81ori_King_Movement" title="Māori King Movement">Māori King Movement</a> brought the <b><a href="/wiki/Tauranga_campaign" title="Tauranga campaign">Tauranga campaign</a></b> to an end.</li>
<li><a href="/wiki/1919" title="1919">1919</a> – During <b><a href="/wiki/Winnipeg_general_strike" title="Winnipeg general strike">a general strike</a></b> <i>(newsreel featured)</i> in <a href="/wiki/Winnipeg" title="Winnipeg">Winnipeg</a>, Canada, members of the <a href="/wiki/North-West_Mounted_Police" title="North-West Mounted Police">Royal North-West Mounted Police</a> attacked a crowd of strikers, armed with clubs and revolvers.</li>
<li><a href="/wiki/1940" title="1940">1940</a><a href="/wiki/World_War_II" title="World War II">World War&#160;II</a>: The main offensive of the unsuccessful <b><a href="/wiki/Italian_invasion_of_France" title="Italian invasion of France">Italian invasion of France</a></b> began.</li>
<li><a href="/wiki/2000" title="2000">2000</a> – President <a href="/wiki/Bill_Clinton" title="Bill Clinton">Bill Clinton</a> <b><a href="/wiki/List_of_Asian_Pacific_American_Medal_of_Honor_recipients" title="List of Asian Pacific American Medal of Honor recipients">awarded the Medal of Honor to 22 Asian Americans</a></b>, mostly from the <a href="/wiki/442nd_Infantry_Regiment_(United_States)" title="442nd Infantry Regiment (United States)">442nd Regimental Combat Team</a>, for actions during World War&#160;II.</li></ul>
<div class="hlist hlist-separated"><ul><li><b><a href="/wiki/Charles_Edward_Horn" title="Charles Edward Horn">Charles Edward Horn</a></b> (b.&#160;1786)</li><li><b><a href="/wiki/Clara_Immerwahr" title="Clara Immerwahr">Clara Immerwahr</a></b> (b.&#160;1870)</li><li><b><a href="/wiki/Soad_Hosny" title="Soad Hosny">Soad Hosny</a></b> (d.&#160;2001)</li></ul></div>
<div style="margin-top: 0.5em;">
More anniversaries: <div class="hlist hlist-separated inline nowraplinks">
<ul><li><a href="/wiki/June_20" title="June 20">June 20</a></li>
<li><b><a href="/wiki/June_21" title="June 21">June 21</a></b></li>
<li><a href="/wiki/June_22" title="June 22">June 22</a></li></ul>
</div></div>
<div class="otd-footer hlist hlist-separated noprint" style="text-align: right;">
<ul><li><b><a href="/wiki/Wikipedia:Selected_anniversaries/June" title="Wikipedia:Selected anniversaries/June">Archive</a></b></li>
<li><b><a href="https://lists.wikimedia.org/mailman/listinfo/daily-article-l" class="extiw" title="mail:daily-article-l">By email</a></b></li>
<li><b><a href="/wiki/List_of_historical_anniversaries" title="List of historical anniversaries">List of historical anniversaries</a></b></li></ul>
</div></div>
</td></tr></tbody></table>
<div id="mp-lower" class="MainPageBG mp-bordered">
<div id="mp-bottom">
<h2 id="mp-tfp-h2" class="mp-h2"><span id="Today.27s_featured_picture"></span><span class="mw-headline" id="Today's_featured_picture">Today's featured picture</span></h2>
<div id="mp-tfp">
<table role="presentation" style="margin:0 3px 3px; width:100%; box-sizing:border-box; text-align:left; background-color:transparent; border-collapse:collapse;">
<tbody><tr>
<td style="padding:0 0.9em 0 0; width:400px;"><a href="/wiki/File:Large_red_damselfly_(Pyrrhosoma_nymphula)_male_Dry_Sandford.jpg" class="image" title="Large red damselfly"><img alt="Large red damselfly" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/62/Large_red_damselfly_%28Pyrrhosoma_nymphula%29_male_Dry_Sandford.jpg/400px-Large_red_damselfly_%28Pyrrhosoma_nymphula%29_male_Dry_Sandford.jpg" decoding="async" width="400" height="267" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/62/Large_red_damselfly_%28Pyrrhosoma_nymphula%29_male_Dry_Sandford.jpg/600px-Large_red_damselfly_%28Pyrrhosoma_nymphula%29_male_Dry_Sandford.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/62/Large_red_damselfly_%28Pyrrhosoma_nymphula%29_male_Dry_Sandford.jpg/800px-Large_red_damselfly_%28Pyrrhosoma_nymphula%29_male_Dry_Sandford.jpg 2x" data-file-width="3412" data-file-height="2275" /></a>
</td>
<td style="padding:0 6px 0 0">
<p>The <b><a href="/wiki/Large_red_damselfly" title="Large red damselfly">large red damselfly</a></b> (<i>Pyrrhosoma nymphula</i>) is a species of <a href="/wiki/Damselfly" title="Damselfly">damselflies</a> belonging to the family <a href="/wiki/Coenagrionidae" title="Coenagrionidae">Coenagrionidae</a>. Although called large, it is only 35&#160;mm (1.4&#160;in) long and 15 percent larger than the <a href="/wiki/Small_red_damselfly" title="Small red damselfly">small red damselfly</a>. This specimen, a mature male photographed at <a href="/wiki/Dry_Sandford" title="Dry Sandford">Dry Sandford</a> in <a href="/wiki/Oxfordshire" title="Oxfordshire">Oxfordshire</a>, England, is a mature male; immature individuals of both sexes have yellow shoulder stripes rather than red ones. Mature females come in three different colour forms, but all have yellow bands round their abdominal segments. This species occurs mainly in Europe and is on the wing from April or May onwards. The <a href="/wiki/Larva" title="Larva">larvae</a> are found in ponds, lakes and ditches, and take two years to develop before they emerge as adults.
</p>
<p style="text-align:left;"><small>Photograph credit: <a href="/wiki/User:Charlesjsharp" title="User:Charlesjsharp">Charles J. Sharp</a></small></p>
<div class="potd-recent" style="text-align:right;">
Recently featured: <div class="hlist hlist-separated inline">
<ul><li><a href="/wiki/Template:POTD/2020-06-20" title="Template:POTD/2020-06-20">Jacques Offenbach</a></li>
<li><a href="/wiki/Template:POTD/2020-06-19" title="Template:POTD/2020-06-19">Sojourner Truth</a></li>
<li><a href="/wiki/Template:POTD/2020-06-18" title="Template:POTD/2020-06-18">Brown-eared bulbul</a></li></ul>
</div></div>
<div class="potd-footer hlist hlist-separated noprint" style="text-align:right;">
<ul><li><b><a href="/wiki/Wikipedia:Picture_of_the_day/Archive" title="Wikipedia:Picture of the day/Archive">Archive</a></b></li>
<li><b><a href="/wiki/Wikipedia:Featured_pictures" title="Wikipedia:Featured pictures">More featured pictures</a></b></li></ul>
</div>
</td></tr></tbody></table></div>
</div>
</div>
<div id="mp-other-lower" class="mp-bordered">
<h2 id="mp-other" class="mp-h2"><span class="mw-headline" id="Other_areas_of_Wikipedia">Other areas of Wikipedia</span></h2>
<div id="mp-other-content">
<ul><li><b><a href="/wiki/Wikipedia:Community_portal" title="Wikipedia:Community portal">Community portal</a></b> – Bulletin board, projects, resources and activities covering a wide range of Wikipedia areas.</li>
<li><b><a href="/wiki/Wikipedia:Help_desk" title="Wikipedia:Help desk">Help desk</a></b> – Ask questions about using Wikipedia.</li>
<li><b><a href="/wiki/Wikipedia:Local_Embassy" title="Wikipedia:Local Embassy">Local embassy</a></b> – For Wikipedia-related communication in languages other than English.</li>
<li><b><a href="/wiki/Wikipedia:Reference_desk" title="Wikipedia:Reference desk">Reference desk</a></b> – Serving as virtual librarians, Wikipedia volunteers tackle your questions on a wide range of subjects.</li>
<li><b><a href="/wiki/Wikipedia:News" title="Wikipedia:News">Site news</a></b> – Announcements, updates, articles and press releases on Wikipedia and the Wikimedia Foundation.</li>
<li><b><a href="/wiki/Wikipedia:Village_pump" title="Wikipedia:Village pump">Village pump</a></b> – For discussions about Wikipedia itself, including areas for technical issues and policies.</li></ul>
</div>
<h2 id="mp-sister" class="mp-h2"><span id="Wikipedia.27s_sister_projects"></span><span class="mw-headline" id="Wikipedia's_sister_projects">Wikipedia's sister projects</span></h2>
<div id="mp-sister-content"><style data-mw-deduplicate="TemplateStyles:r961577119">.mw-parser-output #sister-projects-list{text-align:left;background:transparent;margin:1px;display:flex;flex-wrap:wrap}.mw-parser-output #sister-projects-list>div{width:33%;min-width:20em;white-space:nowrap;display:inline-block;flex:1 0 25%}.mw-parser-output #sister-projects-list>div>div{display:inline-block;vertical-align:middle;padding:6px 4px}.mw-parser-output #sister-projects-list>div>div:first-child{min-width:50px;text-align:center}</style>
<p>Wikipedia is hosted by the <a href="/wiki/Wikimedia_Foundation" title="Wikimedia Foundation">Wikimedia Foundation</a>, a non-profit organization that also hosts a range of other <a href="https://wikimediafoundation.org/our-work/wikimedia-projects/" class="extiw" title="foundationsite:our-work/wikimedia-projects/">projects</a>:
</p>
<div id="sister-projects-list" class="layout plainlinks">
<div>
  <div> <a href="https://commons.wikimedia.org/wiki/" title="Commons"><img alt="Commons" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/31px-Commons-logo.svg.png" decoding="async" width="31" height="42" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/47px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/62px-Commons-logo.svg.png 2x" data-file-width="1024" data-file-height="1376" /></a> </div>
  <div> <b><a class="external text" href="https://commons.wikimedia.org/">Commons</a></b> <br /> Free media repository </div>
</div>
<div>
  <div> <a href="https://www.mediawiki.org/wiki/" title="MediaWiki"><img alt="MediaWiki" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Mediawiki-logo.png/35px-Mediawiki-logo.png" decoding="async" width="35" height="26" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Mediawiki-logo.png/53px-Mediawiki-logo.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Mediawiki-logo.png/70px-Mediawiki-logo.png 2x" data-file-width="135" data-file-height="102" /></a> </div>
  <div> <b><a class="external text" href="https://mediawiki.org/">MediaWiki</a></b> <br /> Wiki software development </div>
</div>
<div>
  <div> <a href="https://meta.wikimedia.org/wiki/" title="Meta-Wiki"><img alt="Meta-Wiki" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/35px-Wikimedia_Community_Logo.svg.png" decoding="async" width="35" height="35" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/53px-Wikimedia_Community_Logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/70px-Wikimedia_Community_Logo.svg.png 2x" data-file-width="900" data-file-height="900" /></a> </div>
  <div> <b><a class="external text" href="https://meta.wikimedia.org/">Meta-Wiki</a></b> <br /> Wikimedia project coordination </div>
</div>
<div>
  <div> <a href="https://en.wikibooks.org/wiki/" title="Wikibooks"><img alt="Wikibooks" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/35px-Wikibooks-logo.svg.png" decoding="async" width="35" height="35" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/53px-Wikibooks-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/70px-Wikibooks-logo.svg.png 2x" data-file-width="300" data-file-height="300" /></a> </div>
  <div> <b><a class="external text" href="https://en.wikibooks.org/">Wikibooks</a></b> <br /> Free textbooks and manuals </div>
</div>
<div>
  <div> <a href="https://www.wikidata.org/wiki/" title="Wikidata"><img alt="Wikidata" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/47px-Wikidata-logo.svg.png" decoding="async" width="47" height="26" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/71px-Wikidata-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/94px-Wikidata-logo.svg.png 2x" data-file-width="1050" data-file-height="590" /></a> </div>
  <div> <b><a class="external text" href="https://www.wikidata.org/">Wikidata</a></b> <br /> Free knowledge base </div>
</div>
<div>
  <div> <a href="https://en.wikinews.org/wiki/" title="Wikinews"><img alt="Wikinews" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/51px-Wikinews-logo.svg.png" decoding="async" width="51" height="28" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/77px-Wikinews-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/102px-Wikinews-logo.svg.png 2x" data-file-width="759" data-file-height="415" /></a> </div>
  <div> <b><a class="external text" href="https://en.wikinews.org/">Wikinews</a></b> <br /> Free-content news </div>
</div>
<div>
  <div> <a href="https://en.wikiquote.org/wiki/" title="Wikiquote"><img alt="Wikiquote" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/35px-Wikiquote-logo.svg.png" decoding="async" width="35" height="41" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/53px-Wikiquote-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/70px-Wikiquote-logo.svg.png 2x" data-file-width="300" data-file-height="355" /></a> </div>
  <div> <b><a class="external text" href="https://en.wikiquote.org/">Wikiquote</a></b> <br /> Collection of quotations </div>
</div>
<div>
  <div> <a href="https://en.wikisource.org/wiki/" title="Wikisource"><img alt="Wikisource" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/35px-Wikisource-logo.svg.png" decoding="async" width="35" height="37" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/53px-Wikisource-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/70px-Wikisource-logo.svg.png 2x" data-file-width="410" data-file-height="430" /></a> </div>
  <div> <b><a class="external text" href="https://en.wikisource.org/">Wikisource</a></b> <br /> Free-content library </div>
</div>
<div>
  <div> <a href="https://species.wikimedia.org/wiki/" title="Wikispecies"><img alt="Wikispecies" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/35px-Wikispecies-logo.svg.png" decoding="async" width="35" height="41" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/53px-Wikispecies-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/70px-Wikispecies-logo.svg.png 2x" data-file-width="941" data-file-height="1103" /></a> </div>
  <div> <b><a class="external text" href="https://species.wikimedia.org/">Wikispecies</a></b> <br /> Directory of species </div>
</div>
<div>
  <div> <a href="https://en.wikiversity.org/wiki/" title="Wikiversity"><img alt="Wikiversity" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/41px-Wikiversity_logo_2017.svg.png" decoding="async" width="41" height="34" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/62px-Wikiversity_logo_2017.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/82px-Wikiversity_logo_2017.svg.png 2x" data-file-width="626" data-file-height="512" /></a> </div>
  <div> <b><a class="external text" href="https://en.wikiversity.org/">Wikiversity</a></b> <br /> Free learning tools </div>
</div>
<div>
  <div> <a href="https://en.wikivoyage.org/wiki/" title="Wikivoyage"><img alt="Wikivoyage" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/35px-Wikivoyage-Logo-v3-icon.svg.png" decoding="async" width="35" height="35" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/53px-Wikivoyage-Logo-v3-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/70px-Wikivoyage-Logo-v3-icon.svg.png 2x" data-file-width="193" data-file-height="193" /></a> </div>
  <div> <b><a class="external text" href="https://en.wikivoyage.org/">Wikivoyage</a></b> <br /> Free travel guide </div>
</div>
<div>
  <div> <a href="https://en.wiktionary.org/wiki/" title="Wiktionary"><img alt="Wiktionary" src="//upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/35px-Wiktionary-logo-v2.svg.png" decoding="async" width="35" height="35" srcset="//upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/53px-Wiktionary-logo-v2.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/70px-Wiktionary-logo-v2.svg.png 2x" data-file-width="391" data-file-height="391" /></a> </div>
  <div> <b><a class="external text" href="https://en.wiktionary.org/">Wiktionary</a></b> <br /> Dictionary and thesaurus </div>
</div>
</div></div>
<h2 id="mp-lang" class="mp-h2"><span class="mw-headline" id="Wikipedia_languages">Wikipedia languages</span></h2>
<div>
<div id="lang" class="nowraplinks nourlexpansion plainlinks">
<p>This Wikipedia is written in <a href="/wiki/English_language" title="English language">English</a>. Started in 2001<span style="display:none">&#160;(<span class="bday dtstart published updated">2001</span>)</span>, it currently contains <a href="/wiki/Special:Statistics" title="Special:Statistics">6,105,233</a> articles.&#32;
Many other Wikipedias are available; some of the largest are listed below.
</p>
<ul>
<li id="lang-3">More than 1,000,000 articles: <div class="hlist hlist-separated inline">
<ul><li><a class="external text" href="https://ar.wikipedia.org/wiki/"><span class="autonym" title="Arabic (ar:)" lang="ar">العربية</span></a></li>
<li><a class="external text" href="https://de.wikipedia.org/wiki/"><span class="autonym" title="German (de:)" lang="de">Deutsch</span></a></li>
<li><a class="external text" href="https://es.wikipedia.org/wiki/"><span class="autonym" title="Spanish (es:)" lang="es">Español</span></a></li>
<li><a class="external text" href="https://fr.wikipedia.org/wiki/"><span class="autonym" title="French (fr:)" lang="fr">Français</span></a></li>
<li><a class="external text" href="https://it.wikipedia.org/wiki/"><span class="autonym" title="Italian (it:)" lang="it">Italiano</span></a></li>
<li><a class="external text" href="https://nl.wikipedia.org/wiki/"><span class="autonym" title="Dutch (nl:)" lang="nl">Nederlands</span></a></li>
<li><a class="external text" href="https://ja.wikipedia.org/wiki/"><span class="autonym" title="Japanese (ja:)" lang="ja">日本語</span></a></li>
<li><a class="external text" href="https://pl.wikipedia.org/wiki/"><span class="autonym" title="Polish (pl:)" lang="pl">Polski</span></a></li>
<li><a class="external text" href="https://pt.wikipedia.org/wiki/"><span class="autonym" title="Portuguese (pt:)" lang="pt">Português</span></a></li>
<li><a class="external text" href="https://ru.wikipedia.org/wiki/"><span class="autonym" title="Russian (ru:)" lang="ru">Русский</span></a></li>
<li><a class="external text" href="https://sv.wikipedia.org/wiki/"><span class="autonym" title="Swedish (sv:)" lang="sv">Svenska</span></a></li>
<li><a class="external text" href="https://uk.wikipedia.org/wiki/"><span class="autonym" title="Ukrainian (uk:)" lang="uk">Українська</span></a></li>
<li><a class="external text" href="https://vi.wikipedia.org/wiki/"><span class="autonym" title="Vietnamese (vi:)" lang="vi">Tiếng Việt</span></a></li>
<li><a class="external text" href="https://zh.wikipedia.org/wiki/"><span class="autonym" title="Chinese (zh:)" lang="zh">中文</span></a></li></ul>
</div></li>
<li id="lang-2">More than 250,000 articles: <div class="hlist hlist-separated inline">
<ul><li><a class="external text" href="https://id.wikipedia.org/wiki/"><span class="autonym" title="Indonesian (id:)" lang="id">Bahasa Indonesia</span></a></li>
<li><a class="external text" href="https://ms.wikipedia.org/wiki/"><span class="autonym" title="Malay (ms:)" lang="ms">Bahasa Melayu</span></a></li>
<li><a class="external text" href="https://zh-min-nan.wikipedia.org/wiki/"><span class="autonym" title="Min Nan Chinese (nan:)" lang="nan">Bân-lâm-gú</span></a></li>
<li><a class="external text" href="https://bg.wikipedia.org/wiki/"><span class="autonym" title="Bulgarian (bg:)" lang="bg">Български</span></a></li>
<li><a class="external text" href="https://ca.wikipedia.org/wiki/"><span class="autonym" title="Catalan (ca:)" lang="ca">Català</span></a></li>
<li><a class="external text" href="https://cs.wikipedia.org/wiki/"><span class="autonym" title="Czech (cs:)" lang="cs">Čeština</span></a></li>
<li><a class="external text" href="https://da.wikipedia.org/wiki/"><span class="autonym" title="Danish (da:)" lang="da">Dansk</span></a></li>
<li><a class="external text" href="https://eo.wikipedia.org/wiki/"><span class="autonym" title="Esperanto (eo:)" lang="eo">Esperanto</span></a></li>
<li><a class="external text" href="https://eu.wikipedia.org/wiki/"><span class="autonym" title="Basque (eu:)" lang="eu">Euskara</span></a></li>
<li><a class="external text" href="https://fa.wikipedia.org/wiki/"><span class="autonym" title="Persian (fa:)" lang="fa">فارسی</span></a>&#8206;</li>
<li><a class="external text" href="https://he.wikipedia.org/wiki/"><span class="autonym" title="Hebrew (he:)" lang="he">עברית</span></a></li>
<li><a class="external text" href="https://ko.wikipedia.org/wiki/"><span class="autonym" title="Korean (ko:)" lang="ko">한국어</span></a></li>
<li><a class="external text" href="https://hu.wikipedia.org/wiki/"><span class="autonym" title="Hungarian (hu:)" lang="hu">Magyar</span></a></li>
<li><a class="external text" href="https://no.wikipedia.org/wiki/"><span class="autonym" title="Norwegian (no:)" lang="no">Norsk Bokmål</span></a></li>
<li><a class="external text" href="https://ro.wikipedia.org/wiki/"><span class="autonym" title="Romanian (ro:)" lang="ro">Română</span></a></li>
<li><a class="external text" href="https://sr.wikipedia.org/wiki/"><span class="autonym" title="Serbian (sr:)" lang="sr">Srpski</span></a></li>
<li><a class="external text" href="https://sh.wikipedia.org/wiki/"><span class="autonym" title="Serbo-Croatian (sh:)" lang="sh">Srpskohrvatski</span></a></li>
<li><a class="external text" href="https://fi.wikipedia.org/wiki/"><span class="autonym" title="Finnish (fi:)" lang="fi">Suomi</span></a></li>
<li><a class="external text" href="https://tr.wikipedia.org/wiki/"><span class="autonym" title="Turkish (tr:)" lang="tr">Türkçe</span></a></li></ul>
</div></li>
<li id="lang-1">More than 50,000 articles: <div class="hlist hlist-separated inline">
<ul><li><a class="external text" href="https://ast.wikipedia.org/wiki/"><span class="autonym" title="Asturian (ast:)" lang="ast">Asturianu</span></a></li>
<li><a class="external text" href="https://bs.wikipedia.org/wiki/"><span class="autonym" title="Bosnian (bs:)" lang="bs">Bosanski</span></a></li>
<li><a class="external text" href="https://et.wikipedia.org/wiki/"><span class="autonym" title="Estonian (et:)" lang="et">Eesti</span></a></li>
<li><a class="external text" href="https://el.wikipedia.org/wiki/"><span class="autonym" title="Greek (el:)" lang="el">Ελληνικά</span></a></li>
<li><a class="external text" href="https://simple.wikipedia.org/wiki/"><span class="autonym" title="Simple English (simple:)" lang="simple">English (Simple English)</span></a></li>
<li><a class="external text" href="https://gl.wikipedia.org/wiki/"><span class="autonym" title="Galician (gl:)" lang="gl">Galego</span></a></li>
<li><a class="external text" href="https://hr.wikipedia.org/wiki/"><span class="autonym" title="Croatian (hr:)" lang="hr">Hrvatski</span></a></li>
<li><a class="external text" href="https://lv.wikipedia.org/wiki/"><span class="autonym" title="Latvian (lv:)" lang="lv">Latviešu</span></a></li>
<li><a class="external text" href="https://lt.wikipedia.org/wiki/"><span class="autonym" title="Lithuanian (lt:)" lang="lt">Lietuvių</span></a></li>
<li><a class="external text" href="https://ml.wikipedia.org/wiki/"><span class="autonym" title="Malayalam (ml:)" lang="ml">മലയാളം</span></a></li>
<li><a class="external text" href="https://nn.wikipedia.org/wiki/"><span class="autonym" title="Norwegian Nynorsk (nn:)" lang="nn">Norsk nynorsk</span></a></li>
<li><a class="external text" href="https://sk.wikipedia.org/wiki/"><span class="autonym" title="Slovak (sk:)" lang="sk">Slovenčina</span></a></li>
<li><a class="external text" href="https://sl.wikipedia.org/wiki/"><span class="autonym" title="Slovenian (sl:)" lang="sl">Slovenščina</span></a></li>
<li><a class="external text" href="https://th.wikipedia.org/wiki/"><span class="autonym" title="Thai (th:)" lang="th">ไทย</span></a></li></ul>
</div></li>
</ul>
</div>
<div id="metalink" style="text-align:center;" class="plainlinks"><strong><a href="https://meta.wikimedia.org/wiki/List_of_Wikipedias" class="extiw" title="meta:List of Wikipedias">Complete list of Wikipedias</a></strong></div></div>
</div>
<!--
NewPP limit report
Parsed by mw1319
Cached time: 20200621111500
Cache expiry: 3600
Dynamic content: true
Complications: []
CPU time usage: 0.416 seconds
Real time usage: 0.562 seconds
Preprocessor visited node count: 3456/1000000
Post‐expand include size: 120529/2097152 bytes
Template argument size: 7463/2097152 bytes
Highest expansion depth: 18/40
Expensive parser function count: 8/500
Unstrip recursion depth: 0/20
Unstrip post‐expand size: 5502/5000000 bytes
Number of Wikibase entities loaded: 0/400
Lua time usage: 0.081/10.000 seconds
Lua memory usage: 3.24 MB/50 MB
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00%  341.562      1 -total
 36.34%  124.110      1 Wikipedia:Main_Page/Tomorrow
 34.00%  116.123      8 Template:Main_page_image
 18.73%   63.971      1 Wikipedia:Today's_featured_article/June_21,_2020
 15.11%   51.607      8 Template:Str_number/trim
 12.84%   43.858      2 Template:Wikipedia_languages
 11.98%   40.929      1 Template:Did_you_know/Queue/4
 10.45%   35.686      1 Template:POTD_protected/2020-06-21
 10.28%   35.117     24 Template:If_empty
 10.23%   34.945      2 Template:In_the_news
-->

<!-- Saved in parser cache with key enwiki:pcache:idhash:15580374-0!canonical and timestamp 20200621111500 and revision id 956868703
 -->
</div><noscript><img src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript></div>
		<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=Main_Page&amp;oldid=956868703">https://en.wikipedia.org/w/index.php?title=Main_Page&amp;oldid=956868703</a>"</div>
		<div id="catlinks" class="catlinks catlinks-allhidden" data-mw="interface"></div>
		<div class="visualClear"></div>

	</div>
</div>
<div id='mw-data-after-content'>
	<div class="read-more-container"></div>
</div>

<div id="mw-navigation">
	<h2>Navigation menu</h2>
	<div id="mw-head">
		<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav id="p-personal" class="vector-menu" aria-labelledby="p-personal-label" role="navigation"
	 >
	<h3 id="p-personal-label">
		<span>Personal tools</span>
	</h3>
	<!-- Please do not use the .body class, it is deprecated. -->
	<div class="body vector-menu-content">
		<!-- Please do not use the .menu class, it is deprecated. -->
		<ul class="vector-menu-content-list"><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li><li id="pt-anoncontribs"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=Main+Page" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&amp;returnto=Main+Page" title="You&#039;re encouraged to log in; however, it&#039;s not mandatory. [o]" accesskey="o">Log in</a></li></ul>

	</div>
</nav>


		<div id="left-navigation">
			<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav id="p-namespaces" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-namespaces-label" role="navigation"
	 >
	<h3 id="p-namespaces-label">
		<span>Namespaces</span>
	</h3>
	<!-- Please do not use the .body class, it is deprecated. -->
	<div class="body vector-menu-content">
		<!-- Please do not use the .menu class, it is deprecated. -->
		<ul class="vector-menu-content-list"><li id="ca-nstab-main" class="selected"><a href="/wiki/Main_Page" title="View the content page [c]" accesskey="c">Main Page</a></li><li id="ca-talk"><a href="/wiki/Talk:Main_Page" rel="discussion" title="Discuss improvements to the content page [t]" accesskey="t">Talk</a></li></ul>

	</div>
</nav>


			<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav id="p-variants" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-variants-label" role="navigation"
	 >
	<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-variants-label" />
	<h3 id="p-variants-label">
		<span>Variants</span>
	</h3>
	<!-- Please do not use the .body class, it is deprecated. -->
	<div class="body vector-menu-content">
		<!-- Please do not use the .menu class, it is deprecated. -->
		<ul class="menu vector-menu-content-list"></ul>

	</div>
</nav>


		</div>
		<div id="right-navigation">
			<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav id="p-views" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-views-label" role="navigation"
	 >
	<h3 id="p-views-label">
		<span>Views</span>
	</h3>
	<!-- Please do not use the .body class, it is deprecated. -->
	<div class="body vector-menu-content">
		<!-- Please do not use the .menu class, it is deprecated. -->
		<ul class="vector-menu-content-list"><li id="ca-view" class="collapsible selected"><a href="/wiki/Main_Page">Read</a></li><li id="ca-viewsource" class="collapsible"><a href="/w/index.php?title=Main_Page&amp;action=edit" title="This page is protected.&#10;You can view its source [e]" accesskey="e">View source</a></li><li id="ca-history" class="collapsible"><a href="/w/index.php?title=Main_Page&amp;action=history" title="Past revisions of this page [h]" accesskey="h">View history</a></li></ul>

	</div>
</nav>


			<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav id="p-cactions" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-cactions-label" role="navigation"
	 >
	<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-cactions-label" />
	<h3 id="p-cactions-label">
		<span>More</span>
	</h3>
	<!-- Please do not use the .body class, it is deprecated. -->
	<div class="body vector-menu-content">
		<!-- Please do not use the .menu class, it is deprecated. -->
		<ul class="menu vector-menu-content-list"></ul>

	</div>
</nav>


			<div id="p-search" role="search">
	<h3 >
		<label for="searchInput">Search</label>
	</h3>
	<form action="/w/index.php" id="searchform">
		<div id="simpleSearch">
			<input type="search" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" accesskey="f" id="searchInput"/>
			<input type="hidden" name="title" value="Special:Search">
			<input type="submit" name="fulltext" value="Search" title="Search Wikipedia for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/>
			<input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/>
		</div>
	</form>
</div>

		</div>
	</div>

<div id="mw-panel">
	<div id="p-logo" role="banner">
		<a  title="Visit the main page" class="mw-wiki-logo" href="/wiki/Main_Page"></a>
	</div>
	<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav id="p-navigation" class="vector-menu vector-menu-portal portal portal-first" aria-labelledby="p-navigation-label" role="navigation"
	 >
	<h3 id="p-navigation-label">
		<span>Navigation</span>
	</h3>
	<!-- Please do not use the .body class, it is deprecated. -->
	<div class="body vector-menu-content">
		<!-- Please do not use the .menu class, it is deprecated. -->
		<ul class="vector-menu-content-list"><li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li><li id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a></li><li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Find background information on current events">Current events</a></li><li id="n-randompage"><a href="/wiki/Special:Random" title="Visit a randomly selected article [x]" accesskey="x">Random article</a></li><li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">About Wikipedia</a></li><li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact us</a></li><li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us by donating to the Wikimedia Foundation">Donate</a></li><li id="n-shoplink"><a href="//shop.wikimedia.org" title="Visit the Wikipedia store">Wikipedia store</a></li></ul>

	</div>
</nav>


	<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav id="p-interaction" class="vector-menu vector-menu-portal portal" aria-labelledby="p-interaction-label" role="navigation"
	 >
	<h3 id="p-interaction-label">
		<span>Contribute</span>
	</h3>
	<!-- Please do not use the .body class, it is deprecated. -->
	<div class="body vector-menu-content">
		<!-- Please do not use the .menu class, it is deprecated. -->
		<ul class="vector-menu-content-list"><li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li><li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="About the project, what you can do, where to find things">Community portal</a></li><li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]" accesskey="r">Recent changes</a></li><li id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">Upload file</a></li></ul>

	</div>
</nav>

<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav id="p-tb" class="vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation"
	 >
	<h3 id="p-tb-label">
		<span>Tools</span>
	</h3>
	<!-- Please do not use the .body class, it is deprecated. -->
	<div class="body vector-menu-content">
		<!-- Please do not use the .menu class, it is deprecated. -->
		<ul class="vector-menu-content-list"><li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/Main_Page" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/Main_Page" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li><li id="t-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u">Upload file</a></li><li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=Main_Page&amp;oldid=956868703" title="Permanent link to this revision of this page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=Main_Page&amp;action=info" title="More information about this page">Page information</a></li><li id="t-wikibase"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q5296" title="Structured data on this page hosted by Wikidata [g]" accesskey="g">Wikidata item</a></li><li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&amp;page=Main_Page&amp;id=956868703&amp;wpFormIdentifier=titleform" title="Information on how to cite this page">Cite this page</a></li></ul>

	</div>
</nav>

<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav id="p-lang" class="vector-menu vector-menu-portal portal" aria-labelledby="p-lang-label" role="navigation"
	 >
	<h3 id="p-lang-label">
		<span>Languages</span>
	</h3>
	<!-- Please do not use the .body class, it is deprecated. -->
	<div class="body vector-menu-content">
		<!-- Please do not use the .menu class, it is deprecated. -->
		<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-ar"><a href="https://ar.wikipedia.org/wiki/" title="Arabic" lang="ar" hreflang="ar" class="interlanguage-link-target">العربية</a></li><li class="interlanguage-link interwiki-bg"><a href="https://bg.wikipedia.org/wiki/" title="Bulgarian" lang="bg" hreflang="bg" class="interlanguage-link-target">Български</a></li><li class="interlanguage-link interwiki-bs"><a href="https://bs.wikipedia.org/wiki/" title="Bosnian" lang="bs" hreflang="bs" class="interlanguage-link-target">Bosanski</a></li><li class="interlanguage-link interwiki-ca"><a href="https://ca.wikipedia.org/wiki/" title="Catalan" lang="ca" hreflang="ca" class="interlanguage-link-target">Català</a></li><li class="interlanguage-link interwiki-cs"><a href="https://cs.wikipedia.org/wiki/" title="Czech" lang="cs" hreflang="cs" class="interlanguage-link-target">Čeština</a></li><li class="interlanguage-link interwiki-da"><a href="https://da.wikipedia.org/wiki/" title="Danish" lang="da" hreflang="da" class="interlanguage-link-target">Dansk</a></li><li class="interlanguage-link interwiki-de"><a href="https://de.wikipedia.org/wiki/" title="German" lang="de" hreflang="de" class="interlanguage-link-target">Deutsch</a></li><li class="interlanguage-link interwiki-et"><a href="https://et.wikipedia.org/wiki/" title="Estonian" lang="et" hreflang="et" class="interlanguage-link-target">Eesti</a></li><li class="interlanguage-link interwiki-el"><a href="https://el.wikipedia.org/wiki/" title="Greek" lang="el" hreflang="el" class="interlanguage-link-target">Ελληνικά</a></li><li class="interlanguage-link interwiki-es"><a href="https://es.wikipedia.org/wiki/" title="Spanish" lang="es" hreflang="es" class="interlanguage-link-target">Español</a></li><li class="interlanguage-link interwiki-eo"><a href="https://eo.wikipedia.org/wiki/" title="Esperanto" lang="eo" hreflang="eo" class="interlanguage-link-target">Esperanto</a></li><li class="interlanguage-link interwiki-eu"><a href="https://eu.wikipedia.org/wiki/" title="Basque" lang="eu" hreflang="eu" class="interlanguage-link-target">Euskara</a></li><li class="interlanguage-link interwiki-fa"><a href="https://fa.wikipedia.org/wiki/" title="Persian" lang="fa" hreflang="fa" class="interlanguage-link-target">فارسی</a></li><li class="interlanguage-link interwiki-fr"><a href="https://fr.wikipedia.org/wiki/" title="French" lang="fr" hreflang="fr" class="interlanguage-link-target">Français</a></li><li class="interlanguage-link interwiki-gl"><a href="https://gl.wikipedia.org/wiki/" title="Galician" lang="gl" hreflang="gl" class="interlanguage-link-target">Galego</a></li><li class="interlanguage-link interwiki-ko"><a href="https://ko.wikipedia.org/wiki/" title="Korean" lang="ko" hreflang="ko" class="interlanguage-link-target">한국어</a></li><li class="interlanguage-link interwiki-hr"><a href="https://hr.wikipedia.org/wiki/" title="Croatian" lang="hr" hreflang="hr" class="interlanguage-link-target">Hrvatski</a></li><li class="interlanguage-link interwiki-id"><a href="https://id.wikipedia.org/wiki/" title="Indonesian" lang="id" hreflang="id" class="interlanguage-link-target">Bahasa Indonesia</a></li><li class="interlanguage-link interwiki-it"><a href="https://it.wikipedia.org/wiki/" title="Italian" lang="it" hreflang="it" class="interlanguage-link-target">Italiano</a></li><li class="interlanguage-link interwiki-he"><a href="https://he.wikipedia.org/wiki/" title="Hebrew" lang="he" hreflang="he" class="interlanguage-link-target">עברית</a></li><li class="interlanguage-link interwiki-ka"><a href="https://ka.wikipedia.org/wiki/" title="Georgian" lang="ka" hreflang="ka" class="interlanguage-link-target">ქართული</a></li><li class="interlanguage-link interwiki-lv"><a href="https://lv.wikipedia.org/wiki/" title="Latvian" lang="lv" hreflang="lv" class="interlanguage-link-target">Latviešu</a></li><li class="interlanguage-link interwiki-lt"><a href="https://lt.wikipedia.org/wiki/" title="Lithuanian" lang="lt" hreflang="lt" class="interlanguage-link-target">Lietuvių</a></li><li class="interlanguage-link interwiki-hu"><a href="https://hu.wikipedia.org/wiki/" title="Hungarian" lang="hu" hreflang="hu" class="interlanguage-link-target">Magyar</a></li><li class="interlanguage-link interwiki-ms"><a href="https://ms.wikipedia.org/wiki/" title="Malay" lang="ms" hreflang="ms" class="interlanguage-link-target">Bahasa Melayu</a></li><li class="interlanguage-link interwiki-nl"><a href="https://nl.wikipedia.org/wiki/" title="Dutch" lang="nl" hreflang="nl" class="interlanguage-link-target">Nederlands</a></li><li class="interlanguage-link interwiki-ja"><a href="https://ja.wikipedia.org/wiki/" title="Japanese" lang="ja" hreflang="ja" class="interlanguage-link-target">日本語</a></li><li class="interlanguage-link interwiki-no"><a href="https://no.wikipedia.org/wiki/" title="Norwegian Bokmål" lang="nb" hreflang="nb" class="interlanguage-link-target">Norsk bokmål</a></li><li class="interlanguage-link interwiki-nn"><a href="https://nn.wikipedia.org/wiki/" title="Norwegian Nynorsk" lang="nn" hreflang="nn" class="interlanguage-link-target">Norsk nynorsk</a></li><li class="interlanguage-link interwiki-pl"><a href="https://pl.wikipedia.org/wiki/" title="Polish" lang="pl" hreflang="pl" class="interlanguage-link-target">Polski</a></li><li class="interlanguage-link interwiki-pt"><a href="https://pt.wikipedia.org/wiki/" title="Portuguese" lang="pt" hreflang="pt" class="interlanguage-link-target">Português</a></li><li class="interlanguage-link interwiki-ro"><a href="https://ro.wikipedia.org/wiki/" title="Romanian" lang="ro" hreflang="ro" class="interlanguage-link-target">Română</a></li><li class="interlanguage-link interwiki-ru"><a href="https://ru.wikipedia.org/wiki/" title="Russian" lang="ru" hreflang="ru" class="interlanguage-link-target">Русский</a></li><li class="interlanguage-link interwiki-simple"><a href="https://simple.wikipedia.org/wiki/" title="Simple English" lang="en-simple" hreflang="en-simple" class="interlanguage-link-target">Simple English</a></li><li class="interlanguage-link interwiki-sk"><a href="https://sk.wikipedia.org/wiki/" title="Slovak" lang="sk" hreflang="sk" class="interlanguage-link-target">Slovenčina</a></li><li class="interlanguage-link interwiki-sl"><a href="https://sl.wikipedia.org/wiki/" title="Slovenian" lang="sl" hreflang="sl" class="interlanguage-link-target">Slovenščina</a></li><li class="interlanguage-link interwiki-sr"><a href="https://sr.wikipedia.org/wiki/" title="Serbian" lang="sr" hreflang="sr" class="interlanguage-link-target">Српски / srpski</a></li><li class="interlanguage-link interwiki-sh"><a href="https://sh.wikipedia.org/wiki/" title="Serbo-Croatian" lang="sh" hreflang="sh" class="interlanguage-link-target">Srpskohrvatski / српскохрватски</a></li><li class="interlanguage-link interwiki-fi"><a href="https://fi.wikipedia.org/wiki/" title="Finnish" lang="fi" hreflang="fi" class="interlanguage-link-target">Suomi</a></li><li class="interlanguage-link interwiki-sv"><a href="https://sv.wikipedia.org/wiki/" title="Swedish" lang="sv" hreflang="sv" class="interlanguage-link-target">Svenska</a></li><li class="interlanguage-link interwiki-th"><a href="https://th.wikipedia.org/wiki/" title="Thai" lang="th" hreflang="th" class="interlanguage-link-target">ไทย</a></li><li class="interlanguage-link interwiki-tr"><a href="https://tr.wikipedia.org/wiki/" title="Turkish" lang="tr" hreflang="tr" class="interlanguage-link-target">Türkçe</a></li><li class="interlanguage-link interwiki-uk"><a href="https://uk.wikipedia.org/wiki/" title="Ukrainian" lang="uk" hreflang="uk" class="interlanguage-link-target">Українська</a></li><li class="interlanguage-link interwiki-vi"><a href="https://vi.wikipedia.org/wiki/" title="Vietnamese" lang="vi" hreflang="vi" class="interlanguage-link-target">Tiếng Việt</a></li><li class="interlanguage-link interwiki-zh"><a href="https://zh.wikipedia.org/wiki/" title="Chinese" lang="zh" hreflang="zh" class="interlanguage-link-target">中文</a></li></ul>

	</div>
</nav>

<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav id="p-wikibase-otherprojects" class="vector-menu vector-menu-portal portal" aria-labelledby="p-wikibase-otherprojects-label" role="navigation"
	 >
	<h3 id="p-wikibase-otherprojects-label">
		<span>In other projects</span>
	</h3>
	<!-- Please do not use the .body class, it is deprecated. -->
	<div class="body vector-menu-content">
		<!-- Please do not use the .menu class, it is deprecated. -->
		<ul class="vector-menu-content-list"><li class="wb-otherproject-link wb-otherproject-commons"><a href="https://commons.wikimedia.org/wiki/Main_Page" hreflang="en">Wikimedia Commons</a></li><li class="wb-otherproject-link wb-otherproject-mediawiki"><a href="https://www.mediawiki.org/wiki/MediaWiki" hreflang="en">MediaWiki</a></li><li class="wb-otherproject-link wb-otherproject-meta"><a href="https://meta.wikimedia.org/wiki/Main_Page" hreflang="en">Meta-Wiki</a></li><li class="wb-otherproject-link wb-otherproject-species"><a href="https://species.wikimedia.org/wiki/Main_Page" hreflang="en">Wikispecies</a></li><li class="wb-otherproject-link wb-otherproject-wikibooks"><a href="https://en.wikibooks.org/wiki/Main_Page" hreflang="en">Wikibooks</a></li><li class="wb-otherproject-link wb-otherproject-wikidata"><a href="https://www.wikidata.org/wiki/Wikidata:Main_Page" hreflang="en">Wikidata</a></li><li class="wb-otherproject-link wb-otherproject-wikimania"><a href="https://wikimania.wikimedia.org/wiki/Wikimania" hreflang="en">Wikimania</a></li><li class="wb-otherproject-link wb-otherproject-wikinews"><a href="https://en.wikinews.org/wiki/Main_Page" hreflang="en">Wikinews</a></li><li class="wb-otherproject-link wb-otherproject-wikiquote"><a href="https://en.wikiquote.org/wiki/Main_Page" hreflang="en">Wikiquote</a></li><li class="wb-otherproject-link wb-otherproject-wikisource"><a href="https://en.wikisource.org/wiki/Main_Page" hreflang="en">Wikisource</a></li><li class="wb-otherproject-link wb-otherproject-wikiversity"><a href="https://en.wikiversity.org/wiki/Wikiversity:Main_Page" hreflang="en">Wikiversity</a></li><li class="wb-otherproject-link wb-otherproject-wikivoyage"><a href="https://en.wikivoyage.org/wiki/Main_Page" hreflang="en">Wikivoyage</a></li><li class="wb-otherproject-link wb-otherproject-wiktionary"><a href="https://en.wiktionary.org/wiki/Wiktionary:Main_Page" hreflang="en">Wiktionary</a></li></ul>

	</div>
</nav>

<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav id="p-coll-print_export" class="vector-menu vector-menu-portal portal" aria-labelledby="p-coll-print_export-label" role="navigation"
	 >
	<h3 id="p-coll-print_export-label">
		<span>Print/export</span>
	</h3>
	<!-- Please do not use the .body class, it is deprecated. -->
	<div class="body vector-menu-content">
		<!-- Please do not use the .menu class, it is deprecated. -->
		<ul class="vector-menu-content-list"><li id="coll-download-as-rl"><a href="/w/index.php?title=Special:ElectronPdf&amp;page=Main+Page&amp;action=show-download-screen" title="Download this page as a PDF file">Download as PDF</a></li><li id="t-print"><a href="/w/index.php?title=Main_Page&amp;printable=yes" title="Printable version of this page [p]" accesskey="p">Printable version</a></li></ul>

	</div>
</nav>


</div>

</div>

<footer id="footer" class="mw-footer" role="contentinfo" >
	<ul id="footer-info" >
		<li id="footer-info-lastmod"> This page was last edited on 15 May 2020, at 19:17<span class="anonymous-show">&#160;(UTC)</span>.</li>
		<li id="footer-info-copyright">Text is available under the <a rel="license" href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a><a rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" style="display:none;"></a>;
additional terms may apply.  By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>
	</ul>
	<ul id="footer-places" >
		<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>
		<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>
		<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>
		<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>
		<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
		<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>
		<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
		<li id="footer-places-mobileview"><a href="//en.m.wikipedia.org/w/index.php?title=Main_Page&amp;mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
	</ul>
	<ul id="footer-icons" class="noprint">
		<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/wikimedia-button.png" srcset="/static/images/wikimedia-button-1.5x.png 1.5x, /static/images/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>
		<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/poweredby_mediawiki_132x47.png 1.5x, /static/images/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>
	</ul>
	<div style="clear: both;"></div>
</footer>


<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.416","walltime":"0.562","ppvisitednodes":{"value":3456,"limit":1000000},"postexpandincludesize":{"value":120529,"limit":2097152},"templateargumentsize":{"value":7463,"limit":2097152},"expansiondepth":{"value":18,"limit":40},"expensivefunctioncount":{"value":8,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":5502,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00%  341.562      1 -total"," 36.34%  124.110      1 Wikipedia:Main_Page/Tomorrow"," 34.00%  116.123      8 Template:Main_page_image"," 18.73%   63.971      1 Wikipedia:Today's_featured_article/June_21,_2020"," 15.11%   51.607      8 Template:Str_number/trim"," 12.84%   43.858      2 Template:Wikipedia_languages"," 11.98%   40.929      1 Template:Did_you_know/Queue/4"," 10.45%   35.686      1 Template:POTD_protected/2020-06-21"," 10.28%   35.117     24 Template:If_empty"," 10.23%   34.945      2 Template:In_the_news"]},"scribunto":{"limitreport-timeusage":{"value":"0.081","limit":"10.000"},"limitreport-memusage":{"value":3395866,"limit":52428800}},"cachereport":{"origin":"mw1319","timestamp":"20200621111500","ttl":3600,"transientcontent":true}}});});</script>
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"Article","name":"Main Page","url":"https:\/\/en.wikipedia.org\/wiki\/Main_Page","sameAs":"http:\/\/www.wikidata.org\/entity\/Q5296","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q5296","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2002-01-26T15:28:12Z","dateModified":"2020-05-15T19:17:30Z","image":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/9\/9c\/Op_hurricane.jpg","headline":"Main page of a Wikimedia project (common for Wikipedia, Wiktionary and other projects)"}</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":143,"wgHostname":"mw1267"});});</script></body></html>
<a class='multicorsproxy' href='https://developer.mozilla.org/en-US/docs/Web/API/Request'>true</a>




<!DOCTYPE html>
<html lang="en" dir="ltr">
<head prefix="og: http://ogp.me/ns#">
  <link rel="preconnect" href="https://interactive-examples.mdn.mozilla.net" pr="0.75" />
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  <script>(function(d) { d.className = d.className.replace(/\bno-js/, ''); })(document.documentElement);</script>
  <title>Request - Web APIs | MDN</title>

  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="robots" content="index, follow">


<link rel="preload" href="/static/fonts/locales/ZillaSlab-Regular.subset.bbc33fb47cf6.woff2" as="font" type="font/woff2"
    crossorigin />
<link rel="preload" href="/static/fonts/locales/ZillaSlab-Bold.subset.e96c15f68c68.woff2" as="font" type="font/woff2"
    crossorigin />

  <link rel="home" href="/en-US/">
  <link rel="license" href="#license">

  <link href="/static/build/styles/react-header.78d662924939.css" rel="stylesheet" type="text/css" />
<link href="/static/build/styles/auth-modal.be43f0f58a73.css" rel="stylesheet" type="text/css" />
<link href="/static/build/styles/react-mdn.d7bcc26e25d6.css" rel="stylesheet" type="text/css" />
<link href="/static/build/styles/subscriptions.4182fa9e89f2.css" rel="stylesheet" type="text/css" />

  <link href="/static/build/styles/prism.a6f275e5032b.css" rel="stylesheet" type="text/css" />


<style>
    @font-face {
        font-family: zillaslab;
        font-display: swap;
        src: url(/static/fonts/locales/ZillaSlab-Regular.subset.bbc33fb47cf6.woff2) format('woff2'),
             url(/static/fonts/locales/ZillaSlab-Regular.subset.0357f12613a7.woff) format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: zillaslab;
        font-display: swap;
        src: url(/static/fonts/locales/ZillaSlab-Bold.subset.e96c15f68c68.woff2) format('woff2'),
             url(/static/fonts/locales/ZillaSlab-Bold.subset.da0ccde4ca4a.woff) format('woff');
        font-weight: bold;
        font-style: normal;
    }
</style>



<script>
    // Mozilla DNT Helper
    /* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ if(typeof Mozilla==='undefined'){var Mozilla={}}Mozilla.dntEnabled=function(dnt,ua){'use strict';var dntStatus=dnt||navigator.doNotTrack||window.doNotTrack||navigator.msDoNotTrack;var userAgent=ua||navigator.userAgent;var anomalousWinVersions=['Windows NT 6.1','Windows NT 6.2','Windows NT 6.3'];var fxMatch=userAgent.match(/Firefox\/(\d+)/);var ieRegEx=/MSIE|Trident/i;var isIE=ieRegEx.test(userAgent);var platform=userAgent.match(/Windows.+?(?=;)/g);if(isIE&&typeof Array.prototype.indexOf!=='function'){return false}else if(fxMatch&&parseInt(fxMatch[1],10)<32){dntStatus='Unspecified'}else if(isIE&&platform&&anomalousWinVersions.indexOf(platform.toString())!==-1){dntStatus='Unspecified'}else{dntStatus={'0':'Disabled','1':'Enabled'}[dntStatus]||'Unspecified'}return dntStatus==='Enabled'?true:false};
    // only load GA if DNT is not enabled
    if (Mozilla && !Mozilla.dntEnabled()) {
        window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
        ga('create', 'UA-36116321-5', 'mozilla.org');
        ga('set', 'anonymizeIp', true);
    }
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>


  <script>
LUX=(function(){var a=("undefined"!==typeof(LUX)&&"undefined"!==typeof(LUX.gaMarks)?LUX.gaMarks:[]);var d=("undefined"!==typeof(LUX)&&"undefined"!==typeof(LUX.gaMeasures)?LUX.gaMeasures:[]);var j="LUX_start";var k=window.performance;var l=("undefined"!==typeof(LUX)&&LUX.ns?LUX.ns:(Date.now?Date.now():+(new Date())));if(k&&k.timing&&k.timing.navigationStart){l=k.timing.navigationStart}function f(){if(k&&k.now){return k.now()}var o=Date.now?Date.now():+(new Date());return o-l}function b(n){if(k){if(k.mark){return k.mark(n)}else{if(k.webkitMark){return k.webkitMark(n)}}}a.push({name:n,entryType:"mark",startTime:f(),duration:0});return}function m(p,t,n){if("undefined"===typeof(t)&&h(j)){t=j}if(k){if(k.measure){if(t){if(n){return k.measure(p,t,n)}else{return k.measure(p,t)}}else{return k.measure(p)}}else{if(k.webkitMeasure){return k.webkitMeasure(p,t,n)}}}var r=0,o=f();if(t){var s=h(t);if(s){r=s.startTime}else{if(k&&k.timing&&k.timing[t]){r=k.timing[t]-k.timing.navigationStart}else{return}}}if(n){var q=h(n);if(q){o=q.startTime}else{if(k&&k.timing&&k.timing[n]){o=k.timing[n]-k.timing.navigationStart}else{return}}}d.push({name:p,entryType:"measure",startTime:r,duration:(o-r)});return}function h(n){return c(n,g())}function c(p,o){for(i=o.length-1;i>=0;i--){var n=o[i];if(p===n.name){return n}}return undefined}function g(){if(k){if(k.getEntriesByType){return k.getEntriesByType("mark")}else{if(k.webkitGetEntriesByType){return k.webkitGetEntriesByType("mark")}}}return a}return{mark:b,measure:m,gaMarks:a,gaMeasures:d}})();LUX.ns=(Date.now?Date.now():+(new Date()));LUX.ac=[];LUX.cmd=function(a){LUX.ac.push(a)};LUX.init=function(){LUX.cmd(["init"])};LUX.send=function(){LUX.cmd(["send"])};LUX.addData=function(a,b){LUX.cmd(["addData",a,b])};LUX_ae=[];window.addEventListener("error",function(a){LUX_ae.push(a)});LUX_al=[];if("function"===typeof(PerformanceObserver)){var LongTaskObserver=new PerformanceObserver(function(c){var b=c.getEntries();for(var a=0;a<b.length;a++){var d=b[a];LUX_al.push(d)}});try{LongTaskObserver.observe({entryTypes:["longtask"],buffered:true})}catch(e){}};
</script>
<script src="https://cdn.speedcurve.com/js/lux.js?id=108906238" async defer crossorigin="anonymous"></script>


  <script>
  window.fetch || document.write('<script src="/static/build/js/fetch-polyfill.63fdc379c7eb.js"><\/script>');
</script>
<script>
  // Only include the fat polyfill for browsers that seem to not have
  // certain JS features. E.g. Firefox 38.
  Array.prototype.includes || document.write('<script src="/static/build/js/js-polyfill.6f2e22100487.js"><\/script>');
</script>

  <script async type="text/javascript" src="/static/build/js/perf.654b849a6fd9.js" charset="utf-8"></script>

  <!-- common social tags -->

  <meta property="og:type" content="website">
  <meta property="og:image" content="https://developer.mozilla.org/static/img/opengraph-logo.72382e605ce3.png">
  <meta property="og:site_name" content="MDN Web Docs">
  <meta name="twitter:card" content="summary">
  <meta name="twitter:image" content="https://developer.mozilla.org/static/img/opengraph-logo.72382e605ce3.png">
  <meta name="twitter:site" content="@MozDevNet">
  <meta name="twitter:creator" content="@MozDevNet">
  <link rel="search" type="application/opensearchdescription+xml" href="https://developer.mozilla.org/en-US/search/xml" title="MDN Web Docs">

  <!-- third-generation iPad with high-resolution Retina display: -->
  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/static/img/favicon144.e7e21ca263ca.png">
  <!-- iPhone with high-resolution Retina display: -->
  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/static/img/favicon114.d526f38b09c5.png">
  <!-- first- and second-generation iPad: -->
  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/static/img/favicon72.cc65d1d762a0.png">
  <!-- non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
  <link rel="apple-touch-icon-precomposed" href="/static/img/favicon57.de33179910ae.png">
  <!-- basic favicon -->
  <link rel="shortcut icon" href="/static/img/favicon32.7f3da72dcea1.png">

  <link href="/static/build/styles/banners.e6cd46767c2e.css" rel="stylesheet" type="text/css" />



<link href="/static/build/styles/mdn-subscriptions.dbb82432d74c.css" rel="stylesheet" type="text/css" />


  <link rel="canonical" href="https://developer.mozilla.org/en-US/docs/Web/API/Request" >


  <link rel="alternate" hreflang="en" href="https://developer.mozilla.org/en-US/docs/Web/API/Request" title="Request">

    <link rel="alternate" hreflang="es" href="https://developer.mozilla.org/es/docs/Web/API/Request" title="Request">

    <link rel="alternate" hreflang="fr" href="https://developer.mozilla.org/fr/docs/Web/API/Request" title="Request">

    <link rel="alternate" hreflang="ja" href="https://developer.mozilla.org/ja/docs/Web/API/Request" title="Request">

    <link rel="alternate" hreflang="ko" href="https://developer.mozilla.org/ko/docs/Web/API/Request" title="Request">

    <link rel="alternate" hreflang="pt" href="https://developer.mozilla.org/pt-BR/docs/Web/API/Request" title="Request">

    <link rel="alternate" hreflang="ru" href="https://developer.mozilla.org/ru/docs/Web/API/Request" title="Request">

    <link rel="alternate" hreflang="zh" href="https://developer.mozilla.org/zh-CN/docs/Web/API/Request" title="Request">


  <!-- document-specific social tags -->
  <meta property="og:title" content="Request">
  <meta property="og:url" content="https://developer.mozilla.org/en-US/docs/Web/API/Request">
  <meta name="twitter:url" content="https://developer.mozilla.org/en-US/docs/Web/API/Request">
  <meta name="twitter:title" content="Request">

  <meta property="og:description" content="The Request interface of the Fetch API represents a resource request.">
  <meta name="description" content="The Request interface of the Fetch API represents a resource request.">
  <meta name="twitter:description" content="The Request interface of the Fetch API represents a resource request.">



    <link href="/static/build/styles/print.ca192a439743.css" rel="stylesheet" type="text/css" media="print" />

</head>
<body>
  <script>
    // make sure global mdn object exists
    var mdn = window.mdn || {};

    (function(win) {
        'use strict';

        win.mdn.features = {};
        win.mdn.stripePublicKey = 'pk_live_GZl4tCi8J5mWhKbJeRey4DSy';
        win.mdn.contributionSupportEmail = 'mdn-support@mozilla.com';

        win.mdn.siteUrl = 'https://developer.mozilla.org';
        win.mdn.wikiSiteUrl = 'https://wiki.developer.mozilla.org';
        win.mdn.staticPath = '/static/';
        win.mdn.wiki = {
            autosuggestTitleUrl: '/en-US/docs/get-documents'
        };

        win.mdn.notifications = [];



        // interactive editor config
        win.mdn.interactiveEditor = {
            siteUrl: "https://developer.mozilla.org",
            editorUrl: "https://interactive-examples.mdn.mozilla.net"
        };
        win.mdn.langCookieName = "django_language";

    })(this);
</script>



  <div id="react-container" data-component-name="SPA"><div class="loading-bar"></div><ul id="nav-access" data-testid="a11y-nav"><li><a id="skip-main" href="#content">Skip to main content</a></li><li><a id="skip-language" href="#language">Select language</a></li><li><a id="skip-search" href="#main-q">Skip to search</a></li></ul><header class="page-header" data-testid="header"><a href="/en-US/" class="logo" aria-label="MDN Web Docs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 219 48" role="img"><path d="M49.752 30.824h59.917v17.132H49.75zm57.23 12.3c-.103.03-.21.048-.316.05-.338 0-.514-.15-.514-.582v-3.256c0-1.71-1.352-2.543-2.976-2.543a7.206 7.206 0 00-3.21.676l-.29 1.724 1.71.182.245-.842a2.338 2.338 0 011.147-.216c1.214 0 1.23.913 1.23 1.69v.234c-.407-.048-.818-.07-1.23-.068-1.71 0-3.49.433-3.49 2.276 0 1.563 1.23 2.144 2.31 2.144a2.7 2.7 0 002.41-1.494c.018.88.77 1.563 1.648 1.494a2.89 2.89 0 001.353-.338zm-4.604-.05a.787.787 0 01-.88-.867c0-.815.677-1.015 1.432-1.015.36.008.722.04 1.078.098-.05 1.235-.852 1.783-1.63 1.783zM97.388 33l-3.24 11.433h2.11L99.5 33.002zm-4.353 0l-3.24 11.433h2.11L95.145 33zm-6.89 6.645h2.243V36.94h-2.242zm0 4.802h2.243v-2.706h-2.242zm-3.617-1.64H80.1l4.156-4.736-.166-1.13h-6.58l-.268 2.63 1.546.164.338-1.163h2.343l-4.123 4.734.216 1.13h6.544l.467-2.63-1.69-.164zM72.143 36.79c-2.706 0-4.02 1.812-4.02 4.004 0 2.394 1.595 3.804 3.905 3.804 2.394 0 4.122-1.51 4.122-3.905-.003-2.093-1.32-3.906-4.01-3.906zm-.054 6.154c-1.165 0-1.763-.997-1.763-2.292 0-1.414.676-2.23 1.778-2.23 1.015 0 1.83.677 1.83 2.196 0 1.438-.73 2.327-1.846 2.327zm-5.906-3.564c0-1.78-1.224-2.594-2.577-2.594a2.51 2.51 0 00-2.44 1.612c-.367-1.1-1.364-1.613-2.443-1.613a2.48 2.48 0 00-2.276 1.278v-1.13h-3.14v1.63h.996v4.24h-.997v1.63h4.572v-1.63h-1.432V40.2c0-1.048.433-1.78 1.448-1.78.845 0 1.278.502 1.278 1.797v4.224h3.14v-1.63h-.996v-2.612c0-1.048.433-1.78 1.447-1.78.846 0 1.278.502 1.278 1.797v4.214h3.142V42.8h-.998zm78.791-22.39h-6.29c.23-1.935 1.16-3.558 3.274-3.558 2.245 0 3.2 1.857 3.016 3.558zM218.952 0v29.137h-169.2V0zM71.706 6.885h-3.85L61.51 20.01h-.104L54.882 6.884h-3.84v1.65h2.19V21.98H51.12v1.65h5.927v-1.65h-2.012V11.24h.1l5.75 11.553H61.9l5.62-11.474h.105v10.66h-1.962v1.65h5.942v-1.65h-2.09V8.536h2.19zm9.993 16.76c5.285 0 8.484-3.48 8.484-8.42 0-4.847-3.094-8.353-8.56-8.353H74.12v1.623h2.114v13.527H74.12v1.623zm27.05-16.76h-6.426v1.65h2.526v11.268h-.1L95.21 6.885H91.6v1.65h2.22V21.98h-1.935v1.65h6.385v-1.65h-2.655V10.444h.1l9.724 13.202h1.21V8.535h2.09zm26.71 5.29h-5.156v1.467h1.83l-1.857 7.247h-.128l-3.586-8.716h-1.21l-3.423 8.718h-.127l-2.14-7.247h1.933v-1.47h-5.41v1.467h1.522l3.25 10.003h1.352l3.432-8.766h.13l3.496 8.765h1.393l3.122-10.003h1.573zm6.704 11.727c2.837 0 4.514-1.583 4.83-3.568l-1.523-.338c-.36 1.42-1.365 2.347-3.17 2.347-2.283 0-3.53-1.468-3.636-4.02h8.058c.1-.445.153-.898.156-1.354-.024-2.71-1.728-5.03-4.873-5.03-3.246 0-5.26 2.58-5.26 6.14 0 3.712 2.162 5.825 5.412 5.825zm13.408 0c3.663 0 5.134-3.25 5.134-6.294 0-3.642-2.063-5.67-4.924-5.67-2.19 0-3.402 1.186-4.1 2.603V5.905h-3.53v1.47h1.692v12.923a22.8 22.8 0 01-.338 3.35h1.805a44.05 44.05 0 00.235-1.906c.747 1.39 2.242 2.165 4.02 2.165zm26.198-1.728h-1.985V5.904h-4.6v1.47h2.798v6.653c-.748-1.342-2.15-2.09-3.842-2.09-3.74 0-5.183 3.2-5.183 6.267 0 3.584 1.958 5.698 4.924 5.698 2.087 0 3.352-1.224 4.1-2.577v2.323h3.784zm6.963 1.728c3.53 0 5.75-2.526 5.742-6.006 0-3.25-1.934-5.982-5.647-5.982s-5.67 2.735-5.67 6.087c0 3.457 2.09 5.905 5.568 5.905zm12.942 0c3.172 0 4.538-2.114 4.866-4.112l-1.548-.34c-.334 1.885-1.315 2.917-3.094 2.917-2.27 0-3.507-1.637-3.507-4.397 0-2.475.982-4.487 3.43-4.487a4.4 4.4 0 012.45.646l.42 1.936 1.496-.18-.44-2.758c-1.16-.876-2.397-1.187-3.92-1.187-3.556 0-5.362 2.966-5.362 6.14 0 3.685 2.036 5.825 5.208 5.825zm11.166 0c2.76 0 4.874-1.34 4.847-3.595 0-4.565-7.1-2.195-7.1-5.184 0-1.177 1.03-1.69 2.474-1.69.826-.015 1.64.18 2.368.567l.267 1.864 1.495-.18-.284-2.68a8.135 8.135 0 00-3.997-1.06c-2.088 0-4.255.903-4.255 3.328 0 4.46 7.193 2.063 7.193 5.208 0 1.315-1.495 1.934-3.095 1.934a5.812 5.812 0 01-2.553-.568l.078-1.522-1.444-.156-.362 2.604c.977.643 2.736 1.133 4.36 1.133zm-54.042-6.11c0 2.373-1.058 4.564-3.584 4.564a3.455 3.455 0 01-3.534-3.456v-1.728c.05-1.7 1.444-3.686 3.635-3.686 1.948 0 3.48 1.444 3.483 4.305zm19.18-1.06v1.833c-.076 1.73-1.57 3.79-3.634 3.79-1.985 0-3.48-1.47-3.48-4.28 0-2.425 1.133-4.59 3.686-4.59a3.36 3.36 0 013.43 3.248zm14.597 1.133c0 2.58-1.34 4.488-3.79 4.488-2.453 0-3.74-1.958-3.74-4.46 0-2.55 1.34-4.434 3.74-4.434 2.397 0 3.79 1.778 3.79 4.405zm-104.39-2.593c0 4.16-2.32 6.763-6.574 6.763h-3.478V8.508h3.466c4.254 0 6.574 2.71 6.587 6.764zM.116 0h47.956v47.956H.116zM42.01 22.02c-.036-.723-.12-1.448-.17-2.166a1.74 1.74 0 00-.395-.98 2.465 2.465 0 00-1.026-.74c-.808-.314-1.622-.664-2.435-.975a21.509 21.509 0 01-3.342-1.472 2.626 2.626 0 01-1.296-1.972 2.954 2.954 0 00-1.47-2.228 4.062 4.062 0 00-2.958-.35c-.734.176-1.5.165-2.23-.033l-1.112-.34-.302-.09-.873-.26c-1.57-.468-2.228-.713-4.773-.278a14.678 14.678 0 00-7.09 3.897l-6.37 6.76h5.72l-3.504 3.71h6.026l-3.503 3.71h4.844l-1.548 4.06c5.93 6.07 12.25 7.295 12.25 7.295 0-1.673.38-8.24.826-9.34a5.25 5.25 0 01.762-1.54 4.211 4.211 0 013.393-1.547c1.303 0 2.597.238 3.815.702.74.31 1.577.264 2.277-.122a38.42 38.42 0 001.498-.94.839.839 0 01.556-.18c.54.06 1.054-.237 1.27-.734.16-.33.35-.64.524-.97.472-.884.69-1.88.633-2.88z"></path></svg></a><nav class="main-nav" aria-label="Main menu"><button type="button" class="ghost main-menu-toggle" aria-haspopup="true" aria-label="Show Menu"></button><ul class="main-menu "><li class="top-level-entry-container"><button type="button" class="top-level-entry" aria-haspopup="true">Technologies</button><ul aria-expanded="false"><li data-item="Technologies" role="menuitem"><a href="/en-US/docs/Web">Technologies Overview</a></li><li data-item="Technologies" role="menuitem"><a href="/en-US/docs/Web/HTML">HTML</a></li><li data-item="Technologies" role="menuitem"><a href="/en-US/docs/Web/CSS">CSS</a></li><li data-item="Technologies" role="menuitem"><a href="/en-US/docs/Web/JavaScript">JavaScript</a></li><li data-item="Technologies" role="menuitem"><a href="/en-US/docs/Web/Guide/Graphics">Graphics</a></li><li data-item="Technologies" role="menuitem"><a href="/en-US/docs/Web/HTTP">HTTP</a></li><li data-item="Technologies" role="menuitem"><a href="/en-US/docs/Web/API">APIs / DOM</a></li><li data-item="Technologies" role="menuitem"><a href="/en-US/docs/Mozilla/Add-ons/WebExtensions">Browser Extensions</a></li><li data-item="Technologies" role="menuitem"><a href="/en-US/docs/Web/MathML">MathML</a></li></ul></li><li class="top-level-entry-container"><button type="button" class="top-level-entry" aria-haspopup="true">References &amp; Guides</button><ul aria-expanded="false"><li data-item="References &amp; Guides" role="menuitem"><a href="/en-US/docs/Learn">Learn web development</a></li><li data-item="References &amp; Guides" role="menuitem"><a href="/en-US/docs/Web/Tutorials">Tutorials</a></li><li data-item="References &amp; Guides" role="menuitem"><a href="/en-US/docs/Web/Reference">References</a></li><li data-item="References &amp; Guides" role="menuitem"><a href="/en-US/docs/Web/Guide">Developer Guides</a></li><li data-item="References &amp; Guides" role="menuitem"><a href="/en-US/docs/Web/Accessibility">Accessibility</a></li><li data-item="References &amp; Guides" role="menuitem"><a href="/en-US/docs/Games">Game development</a></li><li data-item="References &amp; Guides" role="menuitem"><a href="/en-US/docs/Web">...more docs</a></li></ul></li><li class="top-level-entry-container"><button type="button" class="top-level-entry" aria-haspopup="true">Feedback</button><ul aria-expanded="false"><li data-item="Feedback" role="menuitem"><a href="/en-US/docs/MDN/Feedback">Send Feedback</a></li><li data-item="Feedback" role="menuitem"><a target="_blank" rel="noopener noreferrer" href="https://support.mozilla.org/">Get Firefox help<!-- --> 🌐</a></li><li data-item="Feedback" role="menuitem"><a target="_blank" rel="noopener noreferrer" href="https://stackoverflow.com/">Get web development help<!-- --> 🌐</a></li><li data-item="Feedback" role="menuitem"><a href="/en-US/docs/MDN/Community">Join the MDN community</a></li><li data-item="Feedback" role="menuitem"><a target="_blank" rel="noopener noreferrer" href="https://github.com/mdn/sprints/issues/new?template=issue-template.md&amp;projects=mdn/sprints/2&amp;labels=user-report&amp;title=%2Fen-US">Report a content problem<!-- --> 🌐</a></li><li data-item="Feedback" role="menuitem"><a target="_blank" rel="noopener noreferrer" href="https://github.com/mdn/kuma/issues/new/choose">Report an issue<!-- --> 🌐</a></li></ul></li></ul></nav><div class="header-search "><form id="nav-main-search" action="/en-US/search" method="get" role="search"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="search-icon"><path fill-rule="nonzero" d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 001.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 00-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 005.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg><label for="main-q" class="visually-hidden">Search MDN</label><input type="search" class="search-input-field" id="main-q" name="q" placeholder="Search MDN" pattern="(.|\s)*\S(.|\s)*" required=""/></form><button class="toggle-form"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewBox="0 0 24 24" class="close-icon hide"><path d="M18.3 5.71a.996.996 0 00-1.41 0L12 10.59 7.11 5.7A.996.996 0 105.7 7.11L10.59 12 5.7 16.89a.996.996 0 101.41 1.41L12 13.41l4.89 4.89a.996.996 0 101.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z" fill-rule="nonzero"></path></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" class="search-icon"><path fill-rule="nonzero" d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 001.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 00-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 005.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg><span>Open search</span></button></div></header><main role="main"><header class="documentation-page-header"><div class="titlebar-container"><div class="titlebar"><h1 class="title">Request</h1></div></div><div class="full-width-row-container"><div class="max-content-width-container"><nav class="breadcrumbs" role="navigation"><ol typeof="BreadcrumbList" vocab="https://schema.org/" aria-label="breadcrumbs"><li property="itemListElement" typeof="ListItem"><a href="/en-US/docs/Web" class="breadcrumb-chevron" property="item" typeof="WebPage"><span class="pre-text">See<!-- --> </span><span property="name">Web technology for developers</span></a><meta property="position" content="1"/></li><li property="itemListElement" typeof="ListItem"><a href="/en-US/docs/Web/API" class="breadcrumb-previous" property="item" typeof="WebPage"><span class="pre-text">See<!-- --> </span><span property="name">Web APIs</span></a><meta property="position" content="2"/></li><li property="itemListElement" typeof="ListItem"><a href="/en-US/docs/Web/API/Request" class="crumb-current-page" property="item" typeof="WebPage"><span property="name" aria-current="page">Request</span></a><meta property="position" content="3"/></li></ol></nav><div class="dropdown-container language-menu"><button id="header-language-menu" type="button" class="dropdown-menu-label" aria-haspopup="true" aria-owns="language-menu" aria-label="Current language is English. Choose your preferred language.">English<span class="dropdown-arrow-down" aria-hidden="true"></span></button><ul id="language-menu" class="dropdown-menu-items right " aria-expanded="false" role="menu"><li lang="es" role="menuitem"><a href="/es/docs/Web/API/Request" title="Spanish"><bdi>Español</bdi></a></li><li lang="fr" role="menuitem"><a href="/fr/docs/Web/API/Request" title="French"><bdi>Français</bdi></a></li><li lang="ja" role="menuitem"><a href="/ja/docs/Web/API/Request" title="Japanese"><bdi>日本語</bdi></a></li><li lang="ko" role="menuitem"><a href="/ko/docs/Web/API/Request" title="Korean"><bdi>한국어</bdi></a></li><li lang="pt-BR" role="menuitem"><a href="/pt-BR/docs/Web/API/Request" title="Portuguese (Brazilian)"><bdi>Português (do Brasil)</bdi></a></li><li lang="ru" role="menuitem"><a href="/ru/docs/Web/API/Request" title="Russian"><bdi>Русский</bdi></a></li><li lang="zh-CN" role="menuitem"><a href="/zh-CN/docs/Web/API/Request" title="Chinese (Simplified)"><bdi>中文 (简体)</bdi></a></li><li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/Request$locales" rel="nofollow" id="translations-add">Add a translation</a></li></ul></div></div></div></header><div class="wiki-left-present content-layout"><aside class="document-toc-container"><section class="document-toc"><header><h2>On this Page</h2><button type="button" class="toc-trigger-mobile">Jump to section<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 28" aria-hidden="true" role="img"><path d="M16 11a.99.99 0 01-.297.703l-7 7C8.516 18.89 8.265 19 8 19s-.516-.109-.703-.297l-7-7A.996.996 0 010 11c0-.547.453-1 1-1h14c.547 0 1 .453 1 1z"></path></svg></button></header><ul><li><a href="#Constructor" rel="internal">Constructor</a><li><a href="#Properties" rel="internal">Properties</a><li><a href="#Methods" rel="internal">Methods</a><li><a href="#Examples" rel="internal">Examples</a><li><a href="#Specifications" rel="internal">Specifications</a><li><a href="#Browser_compatibility" rel="internal">Browser compatibility</a><li><a href="#See_also" rel="internal">See also</a><li class="toc-related-topics"><a href="#sidebar-quicklinks">Related topics</a></li></ul></section></aside><div id="content" class="article text-content"><article id="wikiArticle"><div></div>

<p>The <strong><code>Request</code></strong> interface of the <a href="/en-US/docs/Web/API/Fetch_API">Fetch API</a> represents a resource request.</p>

<p>You can create a new <code>Request</code> object using the <a href="/en-US/docs/Web/API/Request/Request"><code>Request()</code></a> constructor, but you are more likely to encounter a <code>Request</code> object being returned as the result of another API operation, such as a service worker <a href="/en-US/docs/Web/API/FetchEvent/request"><code>FetchEvent.request</code></a>.</p>

<h2 id="Constructor">Constructor</h2>

<dl>
 <dt><a href="/en-US/docs/Web/API/Request/Request"><code>Request()</code></a></dt>
 <dd>Creates a new <code>Request</code> object.</dd>
</dl>

<h2 id="Properties">Properties</h2>

<dl>
 <dt><a href="/en-US/docs/Web/API/Request/cache"><code>Request.cache</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span></dt>
 <dd>Contains the cache mode of the request (e.g., <code>default</code>, <code>reload</code>, <code>no-cache</code>).</dd>
 <dt><a href="/en-US/docs/Web/API/Request/context"><code>Request.context</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span> <span class="icon-only-inline" title="This deprecated API should no longer be used, but will probably still work."><i class="icon-thumbs-down-alt"> </i></span></dt>
 <dd>Contains the context of the request (e.g., <code>audio</code>, <code>image</code>, <code>iframe</code>, etc.)</dd>
 <dt><a href="/en-US/docs/Web/API/Request/credentials"><code>Request.credentials</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span></dt>
 <dd>Contains the credentials of the request (e.g., <code>omit</code>, <code>same-origin</code>, <code>include</code>). The default is <code>same-origin</code>.</dd>
 <dt><a href="/en-US/docs/Web/API/Request/destination"><code>Request.destination</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span></dt>
 <dd>Returns a string from the <a href="/en-US/docs/Web/API/RequestDestination"><code>RequestDestination</code></a> enum describing the request's destination. This is a string indicating the type of content being requested.</dd>
 <dt><a href="/en-US/docs/Web/API/Request/headers"><code>Request.headers</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span></dt>
 <dd>Contains the associated <a href="/en-US/docs/Web/API/Headers"><code>Headers</code></a> object of the request.</dd>
 <dt><a href="/en-US/docs/Web/API/Request/integrity"><code>Request.integrity</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span></dt>
 <dd>Contains the <a href="/en-US/docs/Web/Security/Subresource_Integrity">subresource integrity</a> value of the request (e.g., <code>sha256-BpfBw7ivV8q2jLiT13fxDYAe2tJllusRSZ273h2nFSE=</code>).</dd>
 <dt><a href="/en-US/docs/Web/API/Request/method"><code>Request.method</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span></dt>
 <dd>Contains the request's method (<code>GET</code>, <code>POST</code>, etc.)</dd>
 <dt><a href="/en-US/docs/Web/API/Request/mode"><code>Request.mode</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span></dt>
 <dd>Contains the mode of the request (e.g., <code>cors</code>, <code>no-cors</code>, <code>same-origin</code>, <code>navigate</code>.)</dd>
 <dt><a href="/en-US/docs/Web/API/Request/redirect"><code>Request.redirect</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span></dt>
 <dd>Contains the mode for how redirects are handled. It may be one of <code>follow</code>, <code>error</code>, or <code>manual</code>.</dd>
 <dt><a href="/en-US/docs/Web/API/Request/referrer"><code>Request.referrer</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span></dt>
 <dd>Contains the referrer of the request (e.g., <code>client</code>).</dd>
 <dt><a href="/en-US/docs/Web/API/Request/referrerPolicy"><code>Request.referrerPolicy</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span></dt>
 <dd>Contains the referrer policy of the request (e.g., <code>no-referrer</code>).</dd>
 <dt><a href="/en-US/docs/Web/API/Request/url"><code>Request.url</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span></dt>
 <dd>Contains the URL of the request.</dd>
</dl>

<p><code>Request</code> implements <a href="/en-US/docs/Web/API/Body"><code>Body</code></a>, so it also inherits the following properties:</p>

<dl>
 <dt><a href="/en-US/docs/Web/API/Body/body"><code>body</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span></dt>
 <dd>A simple getter used to expose a <a href="/en-US/docs/Web/API/ReadableStream"><code>ReadableStream</code></a> of the body contents.</dd>
 <dt><a href="/en-US/docs/Web/API/Body/bodyUsed"><code>bodyUsed</code></a> <span class="inlineIndicator readOnly readOnlyInline" title="This value may not be changed.">Read only </span></dt>
 <dd>Stores a <a href="/en-US/docs/Web/API/Boolean"><code>Boolean</code></a> that declares whether the body has been used in a response yet.</dd>
</dl>

<h2 id="Methods">Methods</h2>

<dl>
 <dt><a href="/en-US/docs/Web/API/Request/clone"><code>Request.clone()</code></a></dt>
 <dd>Creates a copy of the current <code>Request</code> object.</dd>
</dl>

<p><code>Request</code> implements <a href="/en-US/docs/Web/API/Body"><code>Body</code></a>, so it also has the following methods available to it:</p>

<dl>
 <dt><a href="/en-US/docs/Web/API/Body/arrayBuffer"><code>Body.arrayBuffer()</code></a></dt>
 <dd>Returns a promise that resolves with an <a href="/en-US/docs/Web/API/ArrayBuffer"><code>ArrayBuffer</code></a> representation of the request body.</dd>
 <dt><a href="/en-US/docs/Web/API/Body/blob"><code>Body.blob()</code></a></dt>
 <dd>Returns a promise that resolves with a <a href="/en-US/docs/Web/API/Blob"><code>Blob</code></a> representation of the request body.</dd>
 <dt><a href="/en-US/docs/Web/API/Body/formData"><code>Body.formData()</code></a></dt>
 <dd>Returns a promise that resolves with a <a href="/en-US/docs/Web/API/FormData"><code>FormData</code></a> representation of the request body.</dd>
 <dt><a href="/en-US/docs/Web/API/Body/json"><code>Body.json()</code></a></dt>
 <dd>Returns a promise that resolves with a <a class="new" href="/en-US/docs/Web/API/JSON" rel="nofollow"><code>JSON</code></a> representation of the request body.</dd>
 <dt><a href="/en-US/docs/Web/API/Body/text"><code>Body.text()</code></a></dt>
 <dd>Returns a promise that resolves with an <a href="/en-US/docs/Web/API/USVString"><code>USVString</code></a> (text) representation of the request body.</dd>
</dl>

<div class="note">
<p><strong>Note</strong>: The <a href="/en-US/docs/Web/API/Body"><code>Body</code></a> functions can be run only once; subsequent calls will resolve with empty strings/ArrayBuffers.</p>
</div>

<h2 id="Examples">Examples</h2>

<p>In the following snippet, we create a new request using the <code>Request()</code> constructor (for an image file in the same directory as the script), then return some property values of the request:</p>

<pre class="brush: js">const request = new Request('https://www.mozilla.org/favicon.ico');

const URL = request.url;
const method = request.method;
const credentials = request.credentials;
</pre>

<p>You could then fetch this request by passing the <code>Request</code> object in as a parameter to a <a href="/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch"><code>WindowOrWorkerGlobalScope.fetch()</code></a> call, for example:</p>

<pre class="brush: js">fetch(request)
  .then(response =&gt; response.blob())
  .then(blob =&gt; {
    image.src = URL.createObjectURL(blob);
  });</pre>

<p>In the following snippet, we create a new request using the <code>Request()</code> constructor with some initial data and body content for an api request which need a body payload:</p>

<pre class="brush: js">const request = new Request('https://example.com', {method: 'POST', body: '{"foo": "bar"}'});

const URL = request.url;
const method = request.method;
const credentials = request.credentials;
const bodyUsed = request.bodyUsed;
</pre>

<div class="note">
<p><strong>Note:</strong> The body type can only be a <a href="/en-US/docs/Web/API/Blob"><code>Blob</code></a>, <a href="/en-US/docs/Web/API/BufferSource"><code>BufferSource</code></a>, <a href="/en-US/docs/Web/API/FormData"><code>FormData</code></a>, <a href="/en-US/docs/Web/API/URLSearchParams"><code>URLSearchParams</code></a>, <a href="/en-US/docs/Web/API/USVString"><code>USVString</code></a> or <a href="/en-US/docs/Web/API/ReadableStream"><code>ReadableStream</code></a> type, so for adding a JSON object to the payload you need to stringify that object.</p>
</div>

<p>You could then fetch this api request by passing the <code>Request</code> object in as a parameter to a <a href="/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch"><code>WindowOrWorkerGlobalScope.fetch()</code></a> call, for example and get the response:</p>

<pre class="brush: js">fetch(request)
  .then(response =&gt; {
    if (response.status === 200) {
      return response.json();
    } else {
      throw new Error('Something went wrong on api server!');
    }
  })
  .then(response =&gt; {
    console.debug(response);
    // ...
  }).catch(error =&gt; {
    console.error(error);
  });</pre>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Status</th>
   <th scope="col">Comment</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td><a class="external" href="https://fetch.spec.whatwg.org/#request-class" hreflang="en" lang="en" rel="noopener">Fetch<br><small lang="en-US">The definition of 'Request' in that specification.</small></a></td>
   <td><span class="spec-Living">Living Standard</span></td>
   <td>Initial definition</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a class="external" href="https://github.com/mdn/browser-compat-data" rel="noopener">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div>

<div class="bc-data" id="bcd:api.Request"><a class="bc-github-link external" href="https://github.com/mdn/browser-compat-data" rel="noopener">Update compatibility data on GitHub</a><table class="bc-table bc-table-web"><thead><tr class="bc-platforms"><td></td><th class="bc-platform-desktop" colspan="6"><span>Desktop</span></th><th class="bc-platform-mobile" colspan="6"><span>Mobile</span></th></tr><tr class="bc-browsers"><td></td><th class="bc-browser-chrome"><span class="bc-head-txt-label bc-head-icon-chrome">Chrome</span></th><th class="bc-browser-edge"><span class="bc-head-txt-label bc-head-icon-edge">Edge</span></th><th class="bc-browser-firefox"><span class="bc-head-txt-label bc-head-icon-firefox">Firefox</span></th><th class="bc-browser-ie"><span class="bc-head-txt-label bc-head-icon-ie">Internet Explorer</span></th><th class="bc-browser-opera"><span class="bc-head-txt-label bc-head-icon-opera">Opera</span></th><th class="bc-browser-safari"><span class="bc-head-txt-label bc-head-icon-safari">Safari</span></th><th class="bc-browser-webview_android"><span class="bc-head-txt-label bc-head-icon-webview_android">Android webview</span></th><th class="bc-browser-chrome_android"><span class="bc-head-txt-label bc-head-icon-chrome_android">Chrome for Android</span></th><th class="bc-browser-firefox_android"><span class="bc-head-txt-label bc-head-icon-firefox_android">Firefox for Android</span></th><th class="bc-browser-opera_android"><span class="bc-head-txt-label bc-head-icon-opera_android">Opera for Android</span></th><th class="bc-browser-safari_ios"><span class="bc-head-txt-label bc-head-icon-safari_ios">Safari on iOS</span></th><th class="bc-browser-samsunginternet_android"><span class="bc-head-txt-label bc-head-icon-samsunginternet_android">Samsung Internet</span></th></tr></thead><tbody><tr><th scope="row"><code>Request</code> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome bc-has-history"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div><section class="bc-history" id="sect1"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              41<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              ≤18</td><td class="bc-supports-yes bc-browser-firefox bc-has-history"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div><section class="bc-history" id="sect2"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              34<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28</td><td class="bc-supports-yes bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              10.1</td><td class="bc-supports-yes bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42</td><td class="bc-supports-yes bc-browser-chrome_android bc-has-history"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div><section class="bc-history" id="sect3"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              41<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class="bc-supports-yes bc-browser-firefox_android bc-has-history"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div><section class="bc-history" id="sect4"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              34<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class="bc-supports-yes bc-browser-opera_android"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28</td><td class="bc-supports-yes bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              10.3</td><td class="bc-supports-yes bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              4.0</td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/Request"><code>Request()</code> constructor</a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome bc-has-history"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              41<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div><section class="bc-history" id="sect5"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              41<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div></dt><dd><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> From Chrome 47, default values for the <code>init</code> argument's properties changed. <code>mode</code> defaults to <code>same-origin</code> (from <code>no-cors</code>). <code>credentials</code> defaults to <code>include</code> (from <code>same-origin</code>). <code>redirect</code> defaults to <code>follow</code> (from <code>manual</code>).</dd></dl></section></td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              15</td><td class="bc-supports-yes bc-browser-firefox bc-has-history"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div><section class="bc-history" id="sect6"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              34<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera bc-has-history"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div><section class="bc-history" id="sect7"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class="bc-supports-yes bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              10.1</td><td class="bc-supports-yes bc-browser-webview_android bc-has-history"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div><section class="bc-history" id="sect8"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div></dt><dd><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> From WebView 47, default values for the <code>init</code> argument's properties changed. <code>mode</code> defaults to <code>same-origin</code> (from <code>no-cors</code>). <code>credentials</code> defaults to <code>include</code> (from <code>same-origin</code>). <code>redirect</code> defaults to <code>follow</code> (from <code>manual</code>).</dd></dl></section></td><td class="bc-supports-yes bc-browser-chrome_android bc-has-history"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              41<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div><section class="bc-history" id="sect9"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              41<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div></dt><dd><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> From Chrome 47, default values for the <code>init</code> argument's properties changed. <code>mode</code> defaults to <code>same-origin</code> (from <code>no-cors</code>). <code>credentials</code> defaults to <code>include</code> (from <code>same-origin</code>). <code>redirect</code> defaults to <code>follow</code> (from <code>manual</code>).</dd></dl></section></td><td class="bc-supports-yes bc-browser-firefox_android bc-has-history"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div><section class="bc-history" id="sect10"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              34<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class="bc-supports-yes bc-browser-opera_android bc-has-history"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div><section class="bc-history" id="sect11"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class="bc-supports-yes bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              10.3</td><td class="bc-supports-yes bc-browser-samsunginternet_android bc-has-history"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              4.0<div class="bc-icons"></div><section class="bc-history" id="sect12"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              4.0<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              5.0<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div></dt><dd><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> Some default values for the init parameter changed in Samsung Internet 5.0. See the Properties section for details.</dd></dl></section></td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/cache"><code>cache</code></a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              64</td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              14</td><td class="bc-supports-yes bc-browser-firefox"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              48</td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              51</td><td class="bc-supports-yes bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              11</td><td class="bc-supports-yes bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              64</td><td class="bc-supports-yes bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              64</td><td class="bc-supports-no bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera_android"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              47</td><td class="bc-supports-no bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              9.0</td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/clone"><code>clone</code></a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome bc-has-history"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div><section class="bc-history" id="sect13"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              41<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              14</td><td class="bc-supports-yes bc-browser-firefox bc-has-history"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div><section class="bc-history" id="sect14"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              34<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera bc-has-history"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div><section class="bc-history" id="sect15"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class="bc-supports-no bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera_android bc-has-history"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div><section class="bc-history" id="sect16"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class="bc-supports-no bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/context"><code>context</code></a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr><abbr class="only-icon" title="Deprecated. Not for use in new websites."><span>Deprecated</span><i class="ic-deprecated"></i></abbr><abbr class="only-icon" title="Non-standard. Expect poor cross-browser support."><span>Non-standard</span><i class="ic-non-standard"></i></abbr></div></th><td class="bc-supports-no bc-browser-chrome"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-no only-icon" title="No support">
              <span>No support</span>
            </abbr>42 — 46</td><td class="bc-supports-unknown bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr title="Compatibility unknown; please update this.">
                ?
              </abbr></td><td class="bc-supports-no bc-browser-firefox bc-has-history"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-no only-icon" title="No support">
              <span>No support</span>
            </abbr>39 — 42<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div><section class="bc-history" id="sect17"><dl><dt class="bc-supports-no bc-supports"><abbr class="bc-level-no only-icon" title="No support">
              <span>No support</span>
            </abbr>39 — 42<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div></dt><dd><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> see <a class="external" href="https://bugzil.la/1188062" rel="noopener">bug 1188062</a> for more information.</dd></dl></section></td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-opera"><span class="bc-browser-name">Opera</span><abbr class="bc-level-no only-icon" title="No support">
              <span>No support</span>
            </abbr>28 — 29</td><td class="bc-supports-no bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-no only-icon" title="No support">
              <span>No support</span>
            </abbr>42 — 46</td><td class="bc-supports-no bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-no only-icon" title="No support">
              <span>No support</span>
            </abbr>42 — 46</td><td class="bc-supports-no bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-opera_android"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-no only-icon" title="No support">
              <span>No support</span>
            </abbr>4.0 — 5.0</td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/credentials"><code>credentials</code></a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome bc-has-history"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div><section class="bc-history" id="sect18"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              41<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              14</td><td class="bc-supports-yes bc-browser-firefox bc-has-history"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div><section class="bc-history" id="sect19"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              34<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera bc-has-history"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div><section class="bc-history" id="sect20"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class="bc-supports-yes bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              10.1</td><td class="bc-supports-yes bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42</td><td class="bc-supports-yes bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42</td><td class="bc-supports-yes bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              Yes</td><td class="bc-supports-yes bc-browser-opera_android bc-has-history"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div><section class="bc-history" id="sect21"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class="bc-supports-yes bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              10.3</td><td class="bc-supports-yes bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              4.0</td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/destination"><code>destination</code></a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              65</td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              14</td><td class="bc-supports-yes bc-browser-firefox"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              61</td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              52</td><td class="bc-supports-yes bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              10.1</td><td class="bc-supports-yes bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              65</td><td class="bc-supports-yes bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              65</td><td class="bc-supports-yes bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              61</td><td class="bc-supports-yes bc-browser-opera_android"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              47</td><td class="bc-supports-yes bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              10.3</td><td class="bc-supports-yes bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              9.0</td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/headers"><code>headers</code></a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome bc-has-history"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div><section class="bc-history" id="sect22"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              41<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              14</td><td class="bc-supports-yes bc-browser-firefox bc-has-history"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div><section class="bc-history" id="sect23"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              34<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera bc-has-history"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div><section class="bc-history" id="sect24"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class="bc-supports-no bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-no only-icon" title="No support">
              <span>No support</span>
            </abbr>42 — 46</td><td class="bc-supports-no bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera_android bc-has-history"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div><section class="bc-history" id="sect25"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class="bc-supports-no bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-no only-icon" title="No support">
              <span>No support</span>
            </abbr>4.0 — 5.0</td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/integrity"><code>integrity</code></a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              46</td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              14</td><td class="bc-supports-yes bc-browser-firefox"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              Yes</td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              Yes</td><td class="bc-supports-no bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              46</td><td class="bc-supports-no bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera_android"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              Yes</td><td class="bc-supports-no bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              5.0</td></tr><tr><th scope="row"><a class="new" href="/en-US/docs/Web/API/Request/keepalive" rel="nofollow"><code>keepalive</code></a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              66</td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              15</td><td class="bc-supports-unknown bc-browser-firefox"><span class="bc-browser-name">Firefox</span><abbr title="Compatibility unknown; please update this.">
                ?
              </abbr></td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              43</td><td class="bc-supports-no bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              66</td><td class="bc-supports-yes bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              66</td><td class="bc-supports-unknown bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr title="Compatibility unknown; please update this.">
                ?
              </abbr></td><td class="bc-supports-yes bc-browser-opera_android"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              43</td><td class="bc-supports-no bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              9.0</td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/method"><code>method</code></a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome bc-has-history"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div><section class="bc-history" id="sect26"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              41<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              14</td><td class="bc-supports-yes bc-browser-firefox bc-has-history"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div><section class="bc-history" id="sect27"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              34<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera bc-has-history"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div><section class="bc-history" id="sect28"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class="bc-supports-no bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-no only-icon" title="No support">
              <span>No support</span>
            </abbr>42 — 46</td><td class="bc-supports-no bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera_android bc-has-history"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div><section class="bc-history" id="sect29"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class="bc-supports-no bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-no only-icon" title="No support">
              <span>No support</span>
            </abbr>4.0 — 5.0</td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/mode"><code>mode</code></a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42</td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              14</td><td class="bc-supports-yes bc-browser-firefox"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39</td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29</td><td class="bc-supports-no bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              49</td><td class="bc-supports-yes bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              49</td><td class="bc-supports-no bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-opera_android"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              5.0</td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/redirect"><code>redirect</code></a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              46</td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              14</td><td class="bc-supports-yes bc-browser-firefox"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              Yes</td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              Yes</td><td class="bc-supports-no bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              46</td><td class="bc-supports-yes bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              Yes</td><td class="bc-supports-yes bc-browser-opera_android"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              Yes</td><td class="bc-supports-no bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              5.0</td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/referrer"><code>referrer</code></a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome bc-has-history"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div><section class="bc-history" id="sect30"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              41<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              14</td><td class="bc-supports-yes bc-browser-firefox"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              47</td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera bc-has-history"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div><section class="bc-history" id="sect31"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class="bc-supports-no bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera_android bc-has-history"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div><section class="bc-history" id="sect32"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              28<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class="bc-supports-no bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-no bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/referrerPolicy"><code>referrerPolicy</code></a></th><td class="bc-supports-yes bc-browser-chrome"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              52</td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              14</td><td class="bc-supports-yes bc-browser-firefox"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              52</td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39</td><td class="bc-supports-yes bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              11.1</td><td class="bc-supports-yes bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              52</td><td class="bc-supports-yes bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              52</td><td class="bc-supports-yes bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              52</td><td class="bc-supports-yes bc-browser-opera_android"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              41</td><td class="bc-supports-no bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              7.2</td></tr><tr><th scope="row"><a class="new" href="/en-US/docs/Web/API/Request/signal" rel="nofollow"><code>signal</code></a></th><td class="bc-supports-yes bc-browser-chrome"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              66</td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              16</td><td class="bc-supports-yes bc-browser-firefox"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              Yes</td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              Yes</td><td class="bc-supports-unknown bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr title="Compatibility unknown; please update this.">
                ?
              </abbr></td><td class="bc-supports-yes bc-browser-webview_android"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              66</td><td class="bc-supports-yes bc-browser-chrome_android"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              66</td><td class="bc-supports-yes bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              Yes</td><td class="bc-supports-yes bc-browser-opera_android"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              Yes</td><td class="bc-supports-unknown bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr title="Compatibility unknown; please update this.">
                ?
              </abbr></td><td class="bc-supports-yes bc-browser-samsunginternet_android"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              9.0</td></tr><tr><th scope="row"><a href="/en-US/docs/Web/API/Request/url"><code>url</code></a> <div class="bc-icons"><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental</span><i class="ic-experimental"></i></abbr></div></th><td class="bc-supports-yes bc-browser-chrome bc-has-history"><span class="bc-browser-name">Chrome</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div><section class="bc-history" id="sect33"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div></dt><dd><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> Fragment support added in Chrome 59.</dd></dl></section></td><td class="bc-supports-yes bc-browser-edge"><span class="bc-browser-name">Edge</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              14</td><td class="bc-supports-yes bc-browser-firefox bc-has-history"><span class="bc-browser-name">Firefox</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div><section class="bc-history" id="sect34"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              39<div class="bc-icons"></div></dt><dd></dd><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              34<div class="bc-icons"><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> </div></dt><dd><abbr class="only-icon" title="User must explicitly enable this feature."><span>Disabled</span><i class="ic-disabled"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class="bc-supports-no bc-browser-ie"><span class="bc-browser-name">IE</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera bc-has-history"><span class="bc-browser-name">Opera</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div><section class="bc-history" id="sect35"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div></dt><dd><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> Fragment support added in Opera 46.</dd></dl></section></td><td class="bc-supports-yes bc-browser-safari"><span class="bc-browser-name">Safari</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              10.1</td><td class="bc-supports-yes bc-browser-webview_android bc-has-history"><span class="bc-browser-name">WebView Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div><section class="bc-history" id="sect36"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div></dt><dd><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> Fragment support added in Chrome 59.</dd></dl></section></td><td class="bc-supports-yes bc-browser-chrome_android bc-has-history"><span class="bc-browser-name">Chrome Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div><section class="bc-history" id="sect37"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              42<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div></dt><dd><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> Fragment support added in Chrome 59.</dd></dl></section></td><td class="bc-supports-no bc-browser-firefox_android"><span class="bc-browser-name">Firefox Android</span><abbr class="bc-level-no only-icon" title="No support">
                <span>No support</span>
              </abbr>
              No</td><td class="bc-supports-yes bc-browser-opera_android bc-has-history"><span class="bc-browser-name">Opera Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div><section class="bc-history" id="sect38"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              29<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div></dt><dd><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> Fragment support added in Opera 46.</dd></dl></section></td><td class="bc-supports-yes bc-browser-safari_ios"><span class="bc-browser-name">Safari iOS</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              10.3</td><td class="bc-supports-yes bc-browser-samsunginternet_android bc-has-history"><span class="bc-browser-name">Samsung Internet Android</span><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              4.0<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div><section class="bc-history" id="sect39"><dl><dt class="bc-supports-yes bc-supports"><abbr class="bc-level-yes only-icon" title="Full support">
                <span>Full support</span>
              </abbr>
              4.0<div class="bc-icons"><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> </div></dt><dd><abbr class="only-icon" title="See implementation notes"><span>Notes</span><i class="ic-footnote"></i></abbr> Fragment support added in Samsung Internet 7.0.</dd></dl></section></td></tr></tbody></table><section class="bc-legend" id="sect40"><h3 class="offscreen" id="Legend">Legend</h3><dl><dt><span class="bc-supports-yes bc-supports">
                <abbr class="bc-level bc-level-yes only-icon" title="Full support">
                 <span>Full support</span>

                </abbr></span></dt><dd>Full support</dd><dt><span class="bc-supports-no bc-supports">
                <abbr class="bc-level bc-level-no only-icon" title="No support">
                 <span>No support</span>

                </abbr></span></dt><dd>No support</dd><dt><span class="bc-supports-unknown bc-supports">
                <abbr class="bc-level bc-level-unknown only-icon" title="Compatibility unknown">
                 <span>Compatibility unknown</span>

                </abbr></span></dt><dd>Compatibility unknown</dd><dt><abbr class="only-icon" title="Experimental. Expect behavior to change in the future."><span>Experimental. Expect behavior to change in the future.</span><i class="ic-experimental"></i></abbr></dt><dd>Experimental. Expect behavior to change in the future.</dd><dt><abbr class="only-icon" title="Non-standard. Expect poor cross-browser support."><span>Non-standard. Expect poor cross-browser support.</span><i class="ic-non-standard"></i></abbr></dt><dd>Non-standard. Expect poor cross-browser support.</dd><dt><abbr class="only-icon" title="Deprecated. Not for use in new websites."><span>Deprecated. Not for use in new websites.</span><i class="ic-deprecated"></i></abbr></dt><dd>Deprecated. Not for use in new websites.</dd><dt><abbr class="only-icon" title="See implementation notes."><span>See implementation notes.</span><i class="ic-footnote"></i></abbr></dt><dd>See implementation notes.</dd><dt><abbr class="only-icon" title="User must explicitly enable this feature."><span>User must explicitly enable this feature.</span><i class="ic-disabled"></i></abbr></dt><dd>User must explicitly enable this feature.</dd></dl></section></div>

<h2 id="See_also">See also</h2>

<ul>
 <li><a href="/en-US/docs/Web/API/ServiceWorker_API">ServiceWorker API</a></li>
 <li><a href="/en-US/docs/Web/HTTP/Access_control_CORS">HTTP access control (CORS)</a></li>
 <li><a href="/en-US/docs/Web/HTTP">HTTP</a></li>
</ul></article><div class="metadata"><section class="document-meta"><header class="visually-hidden"><h4>Metadata</h4></header> <ul><li class="last-modified"><b>Last modified:</b> <time dateTime="2020-02-01T01:33:32.518717">Feb 1, 2020</time>,<!-- --> <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/Request$history" rel="nofollow">by MDN contributors</a></li></ul></section></div></div><div id="sidebar-quicklinks" class="sidebar"><div class="quick-links"><div class="quick-links-head sidebar-heading">Related Topics</div><div><ol><li><strong><a href="/en-US/docs/Web/API/Fetch_API">Fetch API</a></strong></li><li><strong><a href="/en-US/docs/Web/API/Request"><code>Request</code></a></strong></li><li class="toggle"><details open><summary>Constructor</summary><ol><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Request/Request" title="The Request() constructor creates a new Request object."><code>Request()</code></a></li></ol></details></li><li class="toggle"><details open><summary>Properties</summary><ol><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Body/body" title="The body read-only property of the Body mixin is a simple getter used to expose a ReadableStream of the body contents."><code>body</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Body/bodyUsed" title="The bodyUsed read-only property of the Body mixin contains a Boolean that indicates whether the body has been read yet."><code>bodyUsed</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Request/cache" title="The cache read-only property of the Request interface contains the cache mode of the request. It controls how the request will interact with the browser's HTTP cache."><code>cache</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Request/context" title="The deprecated context read-only property of the Request interface contains the context of the Request (e.g., audio, image, iframe)."><code>context</code></a></li><li><a href="/en-US/docs/Web/API/Request/credentials" title="The credentials read-only property of the Request interface indicates whether the user agent should send cookies from the other domain in the case of cross-origin requests."><code>credentials</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Request/destination" title="The destination read-only property of the Request interface returns a string describing the type of content being requested."><code>destination</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Request/headers" title="The headers read-only property of the Request interface contains the Headers object associated with the request."><code>headers</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Request/integrity" title="The integrity read-only property of the Request interface contains the subresource integrity value of the request."><code>integrity</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Request/method" title="The method read-only property of the Request interface contains the request's method (GET, POST, etc.)"><code>method</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Request/mode" title="The mode read-only property of the Request interface contains the mode of the request (e.g., cors, no-cors, same-origin, or navigate.) This is used to determine if cross-origin requests lead to valid responses, and which properties of the response are readable."><code>mode</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Request/redirect" title="The redirect read-only property of the Request interface contains the mode for how redirects are handled."><code>redirect</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Request/referrer" title="The referrer read-only property of the Request interface is set by the user agent to be the referrer of the Request. (e.g., client, no-referrer, or a URL.)"><code>referrer</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Request/referrerPolicy" title="The referrerPolicy read-only property of the Request interface returns the referrer policy, which governs what referrer information, sent in the Referer header, should be included with the request."><code>referrerPolicy</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Request/url" title="The url read-only property of the Request interface contains the URL of the request."><code>url</code></a></li></ol></details></li><li class="toggle"><details open><summary>Methods</summary><ol><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Body/arrayBuffer" title="The arrayBuffer() method of the Body mixin takes a Response stream and reads it to completion. It returns a promise that resolves with an ArrayBuffer."><code>arrayBuffer()</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Body/blob" title="The blob() method of the Body mixin takes a Response stream and reads it to completion. It returns a promise that resolves with a Blob."><code>blob()</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Request/clone" title="The clone() method of the Request interface creates a copy of the current Request object."><code>clone()</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Body/formData" title="The formData() method of the Body mixin takes a Response stream and reads it to completion. It returns a promise that resolves with a FormData object."><code>formData()</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Body/json" title="The json() method of the Body mixin takes a Response stream and reads it to completion. It returns a promise that resolves with the result of parsing the body text as JSON."><code>json()</code></a></li><li><span class="sidebar-icon"><span class="icon-only-inline" title="This is an experimental API that should not be used in production code."><i class="icon-beaker"> </i></span></span><a href="/en-US/docs/Web/API/Body/text" title="The text() method of the Body mixin takes a Response stream and reads it to completion. It returns a promise that resolves with a USVString object (text). The response is always decoded using UTF-8."><code>text()</code></a></li></ol></details></li><li class="toggle"><details open><summary>Related pages for Fetch API</summary><ol><li><a href="/en-US/docs/Web/API/Body"><code>Body</code></a></li><li><a href="/en-US/docs/Web/API/Headers"><code>Headers</code></a></li><li><a href="/en-US/docs/Web/API/Response"><code>Response</code></a></li><li><a href="/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch"><code>WindowOrWorkerGlobalScope.fetch()</code></a></li></ol></details></li></ol></div></div></div></div></main><section class="newsletter-container"><div id="newsletter-form-container" class="newsletter"><form class="newsletter-form nodisable" name="newsletter-form"><section class="newsletter-head"><h2 class="newsletter-teaser">Learn the best of web development</h2><p class="newsletter-description">Get the latest and greatest from MDN delivered straight to your inbox.</p><p class="hidden" aria-hidden="true">The newsletter is offered in English only at the moment.</p></section><fieldset class="newsletter-fields"><input type="hidden" name="fmt" value="H"/><input type="hidden" name="newsletters" value="app-dev"/><div class="form-group newsletter-group-email"><label for="newsletter-email-input" class="form-label offscreen">E-mail</label><input type="email" id="newsletter-email-input" name="email" class="form-input newsletter-input-email" placeholder="you@example.com" required=""/></div><div id="newsletter-privacy" class="form-group form-group-agree newsletter-group-privacy" aria-hidden="false"><input type="checkbox" id="newsletter-privacy-input" name="privacy" required=""/><label for="newsletter-privacy-input">I’m okay with Mozilla handling my info as explained in this <a href="https://www.mozilla.org/privacy/">Privacy Policy</a>.</label></div><div class="newsletter-group-submit"><button id="newsletter-submit" type="submit" class="button neutral newsletter-submit">Sign up now</button></div></fieldset></form><button type="button" class="only-icon newsletter-hide" aria-controls="newsletter-form-container"><span>Hide Newsletter Sign-up</span><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewBox="0 0 24 24"><path d="M18.3 5.71a.996.996 0 00-1.41 0L12 10.59 7.11 5.7A.996.996 0 105.7 7.11L10.59 12 5.7 16.89a.996.996 0 101.41 1.41L12 13.41l4.89 4.89a.996.996 0 101.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z" fill-rule="nonzero"></path></svg></button></div></section><footer id="nav-footer" class="nav-footer" data-testid="footer"><div class="content-container"><a href="/en-US/" class="nav-footer-logo">MDN Web Docs</a><ul class="link-list-mdn"><li><a href="/en-US/docs/Web">Web Technologies</a></li><li><a href="/en-US/docs/Learn">Learn Web Development</a></li><li><a href="/en-US/docs/MDN/About">About MDN</a></li><li><a href="/en-US/docs/MDN/Feedback">Feedback</a></li></ul><ul class="link-list-moz"><li><a href="https://www.mozilla.org/about/" target="_blank" rel="noopener noreferrer">About</a></li><li><a href="https://shop.spreadshirt.com/mdn-store/" target="_blank" rel="noopener noreferrer">MDN Web Docs Store</a></li><li><a href="https://www.mozilla.org/contact/" target="_blank" rel="noopener noreferrer">Contact Us</a></li><li><a href="https://www.mozilla.org/firefox/?utm_source=developer.mozilla.org&amp;utm_campaign=footer&amp;utm_medium=referral" target="_blank" rel="noopener noreferrer">Firefox</a></li></ul><div class="social social-mdn"><h4>MDN</h4><ul><li><a href="https://twitter.com/mozdevnet" target="_blank" rel="noopener noreferrer"><svg class="icon icon-twitter" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 28" aria-label="Twitter" role="img" focusable="false"><path d="M25.312 6.375a10.85 10.85 0 01-2.531 2.609c.016.219.016.438.016.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-.828-7.75-2.266.406.047.797.063 1.219.063 2.359 0 4.531-.797 6.266-2.156a5.056 5.056 0 01-4.719-3.5c.313.047.625.078.953.078.453 0 .906-.063 1.328-.172a5.048 5.048 0 01-4.047-4.953v-.063a5.093 5.093 0 002.281.641 5.044 5.044 0 01-2.25-4.203c0-.938.25-1.797.688-2.547a14.344 14.344 0 0010.406 5.281 5.708 5.708 0 01-.125-1.156 5.045 5.045 0 015.047-5.047 5.03 5.03 0 013.687 1.594 9.943 9.943 0 003.203-1.219 5.032 5.032 0 01-2.219 2.781c1.016-.109 2-.391 2.906-.781z"></path></svg></a></li><li><a href="https://github.com/mdn/" target="_blank" rel="noopener noreferrer"><svg class="icon icon-github" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 28" aria-label="GitHub" role="img" focusable="false"><path d="M12 2c6.625 0 12 5.375 12 12 0 5.297-3.437 9.797-8.203 11.391-.609.109-.828-.266-.828-.578 0-.391.016-1.687.016-3.297 0-1.125-.375-1.844-.812-2.219 2.672-.297 5.484-1.313 5.484-5.922 0-1.313-.469-2.375-1.234-3.219.125-.313.531-1.531-.125-3.187-1-.313-3.297 1.234-3.297 1.234a11.28 11.28 0 00-6 0S6.704 6.656 5.704 6.969c-.656 1.656-.25 2.875-.125 3.187-.766.844-1.234 1.906-1.234 3.219 0 4.594 2.797 5.625 5.469 5.922-.344.313-.656.844-.766 1.609-.688.313-2.438.844-3.484-1-.656-1.141-1.844-1.234-1.844-1.234-1.172-.016-.078.734-.078.734.781.359 1.328 1.75 1.328 1.75.703 2.141 4.047 1.422 4.047 1.422 0 1 .016 1.937.016 2.234 0 .313-.219.688-.828.578C3.439 23.796.002 19.296.002 13.999c0-6.625 5.375-12 12-12zM4.547 19.234c.031-.063-.016-.141-.109-.187-.094-.031-.172-.016-.203.031-.031.063.016.141.109.187.078.047.172.031.203-.031zm.484.532c.063-.047.047-.156-.031-.25-.078-.078-.187-.109-.25-.047-.063.047-.047.156.031.25.078.078.187.109.25.047zm.469.703c.078-.063.078-.187 0-.297-.063-.109-.187-.156-.266-.094-.078.047-.078.172 0 .281s.203.156.266.109zm.656.656c.063-.063.031-.203-.063-.297-.109-.109-.25-.125-.313-.047-.078.063-.047.203.063.297.109.109.25.125.313.047zm.891.391c.031-.094-.063-.203-.203-.25-.125-.031-.266.016-.297.109s.063.203.203.234c.125.047.266 0 .297-.094zm.984.078c0-.109-.125-.187-.266-.172-.141 0-.25.078-.25.172 0 .109.109.187.266.172.141 0 .25-.078.25-.172zm.906-.156c-.016-.094-.141-.156-.281-.141-.141.031-.234.125-.219.234.016.094.141.156.281.125s.234-.125.219-.219z"></path></svg></a></li></ul></div><div class="social social-moz"><h4>Mozilla</h4><ul><li><a href="https://twitter.com/mozilla" target="_blank" rel="noopener noreferrer"><svg class="icon icon-twitter" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 28" aria-label="Twitter" role="img" focusable="false"><path d="M25.312 6.375a10.85 10.85 0 01-2.531 2.609c.016.219.016.438.016.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-.828-7.75-2.266.406.047.797.063 1.219.063 2.359 0 4.531-.797 6.266-2.156a5.056 5.056 0 01-4.719-3.5c.313.047.625.078.953.078.453 0 .906-.063 1.328-.172a5.048 5.048 0 01-4.047-4.953v-.063a5.093 5.093 0 002.281.641 5.044 5.044 0 01-2.25-4.203c0-.938.25-1.797.688-2.547a14.344 14.344 0 0010.406 5.281 5.708 5.708 0 01-.125-1.156 5.045 5.045 0 015.047-5.047 5.03 5.03 0 013.687 1.594 9.943 9.943 0 003.203-1.219 5.032 5.032 0 01-2.219 2.781c1.016-.109 2-.391 2.906-.781z"></path></svg></a></li><li><a href="https://www.instagram.com/mozillagram/" target="_blank" rel="noopener noreferrer"><svg class="icon icon-instagram" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 28" aria-label="Instagram" role="img" focusable="false"><path d="M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zm2.156 0c0 3.406-2.75 6.156-6.156 6.156S5.844 17.406 5.844 14 8.594 7.844 12 7.844s6.156 2.75 6.156 6.156zm1.688-6.406c0 .797-.641 1.437-1.437 1.437S16.97 8.39 16.97 7.594s.641-1.437 1.437-1.437 1.437.641 1.437 1.437zM12 4.156c-1.75 0-5.5-.141-7.078.484-.547.219-.953.484-1.375.906s-.688.828-.906 1.375c-.625 1.578-.484 5.328-.484 7.078s-.141 5.5.484 7.078c.219.547.484.953.906 1.375s.828.688 1.375.906c1.578.625 5.328.484 7.078.484s5.5.141 7.078-.484c.547-.219.953-.484 1.375-.906s.688-.828.906-1.375c.625-1.578.484-5.328.484-7.078s.141-5.5-.484-7.078c-.219-.547-.484-.953-.906-1.375s-.828-.688-1.375-.906C17.5 4.015 13.75 4.156 12 4.156zM24 14c0 1.656.016 3.297-.078 4.953-.094 1.922-.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656.094-3.297.078-4.953.078s-3.297.016-4.953-.078c-1.922-.094-3.625-.531-5.031-1.937S.173 20.875.08 18.953C-.014 17.297.002 15.656.002 14s-.016-3.297.078-4.953c.094-1.922.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-.094 3.297-.078 4.953-.078s3.297-.016 4.953.078c1.922.094 3.625.531 5.031 1.937s1.844 3.109 1.937 5.031C24.016 10.703 24 12.344 24 14z"></path></svg></a></li></ul></div><p id="license" class="footer-license">© 2005-<!-- -->2020<!-- --> Mozilla and individual contributors. Content is available under<!-- --> <a href="/docs/MDN/About#Copyrights_and_licenses">these licenses</a>.</p><ul class="footer-legal"><li><a href="https://www.mozilla.org/about/legal/terms/mozilla" target="_blank" rel="noopener noreferrer">Terms</a></li><li><a href="https://www.mozilla.org/privacy/websites/" target="_blank" rel="noopener noreferrer">Privacy</a></li><li><a href="https://www.mozilla.org/privacy/websites/#cookies" target="_blank" rel="noopener noreferrer">Cookies</a></li></ul></div></footer></div>
<script>window._react_data = JSON.parse("{\"locale\":\"en-US\",\"stringCatalog\":{},\"pluralExpression\":null,\"url\":\"/en-US/docs/Web/API/Request\",\"documentData\":{\"locale\":\"en-US\",\"slug\":\"Web/API/Request\",\"enSlug\":\"Web/API/Request\",\"id\":144101,\"title\":\"Request\",\"summary\":\"The <strong><code>Request</code></strong> interface of the <a href=\\\"/en-US/docs/Web/API/Fetch_API\\\">Fetch API</a> represents a resource request.\",\"language\":\"English (US)\",\"hrefLang\":\"en\",\"absoluteURL\":\"/en-US/docs/Web/API/Request\",\"wikiURL\":\"https://wiki.developer.mozilla.org/en-US/docs/Web/API/Request\",\"editURL\":\"https://wiki.developer.mozilla.org/en-US/docs/Web/API/Request$edit\",\"translateURL\":\"https://wiki.developer.mozilla.org/en-US/docs/Web/API/Request$locales\",\"translationStatus\":null,\"bodyHTML\":\"<div></div>\\n\\n<p>The <strong><code>Request</code></strong> interface of the <a href=\\\"/en-US/docs/Web/API/Fetch_API\\\">Fetch API</a> represents a resource request.</p>\\n\\n<p>You can create a new <code>Request</code> object using the <a href=\\\"/en-US/docs/Web/API/Request/Request\\\"><code>Request()</code></a> constructor, but you are more likely to encounter a <code>Request</code> object being returned as the result of another API operation, such as a service worker <a href=\\\"/en-US/docs/Web/API/FetchEvent/request\\\"><code>FetchEvent.request</code></a>.</p>\\n\\n<h2 id=\\\"Constructor\\\">Constructor</h2>\\n\\n<dl>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/Request\\\"><code>Request()</code></a></dt>\\n <dd>Creates a new <code>Request</code> object.</dd>\\n</dl>\\n\\n<h2 id=\\\"Properties\\\">Properties</h2>\\n\\n<dl>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/cache\\\"><code>Request.cache</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span></dt>\\n <dd>Contains the cache mode of the request (e.g., <code>default</code>, <code>reload</code>, <code>no-cache</code>).</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/context\\\"><code>Request.context</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span> <span class=\\\"icon-only-inline\\\" title=\\\"This deprecated API should no longer be used, but will probably still work.\\\"><i class=\\\"icon-thumbs-down-alt\\\"> </i></span></dt>\\n <dd>Contains the context of the request (e.g., <code>audio</code>, <code>image</code>, <code>iframe</code>, etc.)</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/credentials\\\"><code>Request.credentials</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span></dt>\\n <dd>Contains the credentials of the request (e.g., <code>omit</code>, <code>same-origin</code>, <code>include</code>). The default is <code>same-origin</code>.</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/destination\\\"><code>Request.destination</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span></dt>\\n <dd>Returns a string from the <a href=\\\"/en-US/docs/Web/API/RequestDestination\\\"><code>RequestDestination</code></a> enum describing the request's destination. This is a string indicating the type of content being requested.</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/headers\\\"><code>Request.headers</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span></dt>\\n <dd>Contains the associated <a href=\\\"/en-US/docs/Web/API/Headers\\\"><code>Headers</code></a> object of the request.</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/integrity\\\"><code>Request.integrity</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span></dt>\\n <dd>Contains the <a href=\\\"/en-US/docs/Web/Security/Subresource_Integrity\\\">subresource integrity</a> value of the request (e.g., <code>sha256-BpfBw7ivV8q2jLiT13fxDYAe2tJllusRSZ273h2nFSE=</code>).</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/method\\\"><code>Request.method</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span></dt>\\n <dd>Contains the request's method (<code>GET</code>, <code>POST</code>, etc.)</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/mode\\\"><code>Request.mode</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span></dt>\\n <dd>Contains the mode of the request (e.g., <code>cors</code>, <code>no-cors</code>, <code>same-origin</code>, <code>navigate</code>.)</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/redirect\\\"><code>Request.redirect</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span></dt>\\n <dd>Contains the mode for how redirects are handled. It may be one of <code>follow</code>, <code>error</code>, or <code>manual</code>.</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/referrer\\\"><code>Request.referrer</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span></dt>\\n <dd>Contains the referrer of the request (e.g., <code>client</code>).</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/referrerPolicy\\\"><code>Request.referrerPolicy</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span></dt>\\n <dd>Contains the referrer policy of the request (e.g., <code>no-referrer</code>).</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/url\\\"><code>Request.url</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span></dt>\\n <dd>Contains the URL of the request.</dd>\\n</dl>\\n\\n<p><code>Request</code> implements <a href=\\\"/en-US/docs/Web/API/Body\\\"><code>Body</code></a>, so it also inherits the following properties:</p>\\n\\n<dl>\\n <dt><a href=\\\"/en-US/docs/Web/API/Body/body\\\"><code>body</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span></dt>\\n <dd>A simple getter used to expose a <a href=\\\"/en-US/docs/Web/API/ReadableStream\\\"><code>ReadableStream</code></a> of the body contents.</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Body/bodyUsed\\\"><code>bodyUsed</code></a> <span class=\\\"inlineIndicator readOnly readOnlyInline\\\" title=\\\"This value may not be changed.\\\">Read only </span></dt>\\n <dd>Stores a <a href=\\\"/en-US/docs/Web/API/Boolean\\\"><code>Boolean</code></a> that declares whether the body has been used in a response yet.</dd>\\n</dl>\\n\\n<h2 id=\\\"Methods\\\">Methods</h2>\\n\\n<dl>\\n <dt><a href=\\\"/en-US/docs/Web/API/Request/clone\\\"><code>Request.clone()</code></a></dt>\\n <dd>Creates a copy of the current <code>Request</code> object.</dd>\\n</dl>\\n\\n<p><code>Request</code> implements <a href=\\\"/en-US/docs/Web/API/Body\\\"><code>Body</code></a>, so it also has the following methods available to it:</p>\\n\\n<dl>\\n <dt><a href=\\\"/en-US/docs/Web/API/Body/arrayBuffer\\\"><code>Body.arrayBuffer()</code></a></dt>\\n <dd>Returns a promise that resolves with an <a href=\\\"/en-US/docs/Web/API/ArrayBuffer\\\"><code>ArrayBuffer</code></a> representation of the request body.</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Body/blob\\\"><code>Body.blob()</code></a></dt>\\n <dd>Returns a promise that resolves with a <a href=\\\"/en-US/docs/Web/API/Blob\\\"><code>Blob</code></a> representation of the request body.</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Body/formData\\\"><code>Body.formData()</code></a></dt>\\n <dd>Returns a promise that resolves with a <a href=\\\"/en-US/docs/Web/API/FormData\\\"><code>FormData</code></a> representation of the request body.</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Body/json\\\"><code>Body.json()</code></a></dt>\\n <dd>Returns a promise that resolves with a <a class=\\\"new\\\" href=\\\"/en-US/docs/Web/API/JSON\\\" rel=\\\"nofollow\\\"><code>JSON</code></a> representation of the request body.</dd>\\n <dt><a href=\\\"/en-US/docs/Web/API/Body/text\\\"><code>Body.text()</code></a></dt>\\n <dd>Returns a promise that resolves with an <a href=\\\"/en-US/docs/Web/API/USVString\\\"><code>USVString</code></a> (text) representation of the request body.</dd>\\n</dl>\\n\\n<div class=\\\"note\\\">\\n<p><strong>Note</strong>: The <a href=\\\"/en-US/docs/Web/API/Body\\\"><code>Body</code></a> functions can be run only once; subsequent calls will resolve with empty strings/ArrayBuffers.</p>\\n</div>\\n\\n<h2 id=\\\"Examples\\\">Examples</h2>\\n\\n<p>In the following snippet, we create a new request using the <code>Request()</code> constructor (for an image file in the same directory as the script), then return some property values of the request:</p>\\n\\n<pre class=\\\"brush: js\\\">const request = new Request('https://www.mozilla.org/favicon.ico');\\n\\nconst URL = request.url;\\nconst method = request.method;\\nconst credentials = request.credentials;\\n</pre>\\n\\n<p>You could then fetch this request by passing the <code>Request</code> object in as a parameter to a <a href=\\\"/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch\\\"><code>WindowOrWorkerGlobalScope.fetch()</code></a> call, for example:</p>\\n\\n<pre class=\\\"brush: js\\\">fetch(request)\\n  .then(response =&gt; response.blob())\\n  .then(blob =&gt; {\\n    image.src = URL.createObjectURL(blob);\\n  });</pre>\\n\\n<p>In the following snippet, we create a new request using the <code>Request()</code> constructor with some initial data and body content for an api request which need a body payload:</p>\\n\\n<pre class=\\\"brush: js\\\">const request = new Request('https://example.com', {method: 'POST', body: '{\\\"foo\\\": \\\"bar\\\"}'});\\n \\nconst URL = request.url;\\nconst method = request.method;\\nconst credentials = request.credentials;\\nconst bodyUsed = request.bodyUsed;\\n</pre>\\n\\n<div class=\\\"note\\\">\\n<p><strong>Note:</strong> The body type can only be a <a href=\\\"/en-US/docs/Web/API/Blob\\\"><code>Blob</code></a>, <a href=\\\"/en-US/docs/Web/API/BufferSource\\\"><code>BufferSource</code></a>, <a href=\\\"/en-US/docs/Web/API/FormData\\\"><code>FormData</code></a>, <a href=\\\"/en-US/docs/Web/API/URLSearchParams\\\"><code>URLSearchParams</code></a>, <a href=\\\"/en-US/docs/Web/API/USVString\\\"><code>USVString</code></a> or <a href=\\\"/en-US/docs/Web/API/ReadableStream\\\"><code>ReadableStream</code></a> type, so for adding a JSON object to the payload you need to stringify that object.</p>\\n</div>\\n\\n<p>You could then fetch this api request by passing the <code>Request</code> object in as a parameter to a <a href=\\\"/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch\\\"><code>WindowOrWorkerGlobalScope.fetch()</code></a> call, for example and get the response:</p>\\n\\n<pre class=\\\"brush: js\\\">fetch(request)\\n  .then(response =&gt; {\\n    if (response.status === 200) {\\n      return response.json();\\n    } else {\\n      throw new Error('Something went wrong on api server!');\\n    }\\n  })\\n  .then(response =&gt; {\\n    console.debug(response);\\n    // ...\\n  }).catch(error =&gt; {\\n    console.error(error);\\n  });</pre>\\n\\n<h2 id=\\\"Specifications\\\">Specifications</h2>\\n\\n<table class=\\\"standard-table\\\">\\n <thead>\\n  <tr>\\n   <th scope=\\\"col\\\">Specification</th>\\n   <th scope=\\\"col\\\">Status</th>\\n   <th scope=\\\"col\\\">Comment</th>\\n  </tr>\\n </thead>\\n <tbody>\\n  <tr>\\n   <td><a class=\\\"external\\\" href=\\\"https://fetch.spec.whatwg.org/#request-class\\\" hreflang=\\\"en\\\" lang=\\\"en\\\" rel=\\\"noopener\\\">Fetch<br><small lang=\\\"en-US\\\">The definition of 'Request' in that specification.</small></a></td>\\n   <td><span class=\\\"spec-Living\\\">Living Standard</span></td>\\n   <td>Initial definition</td>\\n  </tr>\\n </tbody>\\n</table>\\n\\n<h2 id=\\\"Browser_compatibility\\\">Browser compatibility</h2>\\n\\n<div class=\\\"hidden\\\">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a class=\\\"external\\\" href=\\\"https://github.com/mdn/browser-compat-data\\\" rel=\\\"noopener\\\">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div>\\n\\n<div class=\\\"bc-data\\\" id=\\\"bcd:api.Request\\\"><a class=\\\"bc-github-link external\\\" href=\\\"https://github.com/mdn/browser-compat-data\\\" rel=\\\"noopener\\\">Update compatibility data on GitHub</a><table class=\\\"bc-table bc-table-web\\\"><thead><tr class=\\\"bc-platforms\\\"><td></td><th class=\\\"bc-platform-desktop\\\" colspan=\\\"6\\\"><span>Desktop</span></th><th class=\\\"bc-platform-mobile\\\" colspan=\\\"6\\\"><span>Mobile</span></th></tr><tr class=\\\"bc-browsers\\\"><td></td><th class=\\\"bc-browser-chrome\\\"><span class=\\\"bc-head-txt-label bc-head-icon-chrome\\\">Chrome</span></th><th class=\\\"bc-browser-edge\\\"><span class=\\\"bc-head-txt-label bc-head-icon-edge\\\">Edge</span></th><th class=\\\"bc-browser-firefox\\\"><span class=\\\"bc-head-txt-label bc-head-icon-firefox\\\">Firefox</span></th><th class=\\\"bc-browser-ie\\\"><span class=\\\"bc-head-txt-label bc-head-icon-ie\\\">Internet Explorer</span></th><th class=\\\"bc-browser-opera\\\"><span class=\\\"bc-head-txt-label bc-head-icon-opera\\\">Opera</span></th><th class=\\\"bc-browser-safari\\\"><span class=\\\"bc-head-txt-label bc-head-icon-safari\\\">Safari</span></th><th class=\\\"bc-browser-webview_android\\\"><span class=\\\"bc-head-txt-label bc-head-icon-webview_android\\\">Android webview</span></th><th class=\\\"bc-browser-chrome_android\\\"><span class=\\\"bc-head-txt-label bc-head-icon-chrome_android\\\">Chrome for Android</span></th><th class=\\\"bc-browser-firefox_android\\\"><span class=\\\"bc-head-txt-label bc-head-icon-firefox_android\\\">Firefox for Android</span></th><th class=\\\"bc-browser-opera_android\\\"><span class=\\\"bc-head-txt-label bc-head-icon-opera_android\\\">Opera for Android</span></th><th class=\\\"bc-browser-safari_ios\\\"><span class=\\\"bc-head-txt-label bc-head-icon-safari_ios\\\">Safari on iOS</span></th><th class=\\\"bc-browser-samsunginternet_android\\\"><span class=\\\"bc-head-txt-label bc-head-icon-samsunginternet_android\\\">Samsung Internet</span></th></tr></thead><tbody><tr><th scope=\\\"row\\\"><code>Request</code> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect1\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              41<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              \u226418</td><td class=\\\"bc-supports-yes bc-browser-firefox bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect2\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              34<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28</td><td class=\\\"bc-supports-yes bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              10.1</td><td class=\\\"bc-supports-yes bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42</td><td class=\\\"bc-supports-yes bc-browser-chrome_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect3\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              41<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-firefox_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect4\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              34<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-opera_android\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28</td><td class=\\\"bc-supports-yes bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              10.3</td><td class=\\\"bc-supports-yes bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              4.0</td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/Request\\\"><code>Request()</code> constructor</a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              41<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div><section class=\\\"bc-history\\\" id=\\\"sect5\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              41<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> From Chrome 47, default values for the <code>init</code> argument's properties changed. <code>mode</code> defaults to <code>same-origin</code> (from <code>no-cors</code>). <code>credentials</code> defaults to <code>include</code> (from <code>same-origin</code>). <code>redirect</code> defaults to <code>follow</code> (from <code>manual</code>).</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              15</td><td class=\\\"bc-supports-yes bc-browser-firefox bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect6\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              34<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect7\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              10.1</td><td class=\\\"bc-supports-yes bc-browser-webview_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div><section class=\\\"bc-history\\\" id=\\\"sect8\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> From WebView 47, default values for the <code>init</code> argument's properties changed. <code>mode</code> defaults to <code>same-origin</code> (from <code>no-cors</code>). <code>credentials</code> defaults to <code>include</code> (from <code>same-origin</code>). <code>redirect</code> defaults to <code>follow</code> (from <code>manual</code>).</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-chrome_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              41<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div><section class=\\\"bc-history\\\" id=\\\"sect9\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              41<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> From Chrome 47, default values for the <code>init</code> argument's properties changed. <code>mode</code> defaults to <code>same-origin</code> (from <code>no-cors</code>). <code>credentials</code> defaults to <code>include</code> (from <code>same-origin</code>). <code>redirect</code> defaults to <code>follow</code> (from <code>manual</code>).</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-firefox_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect10\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              34<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-opera_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect11\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              10.3</td><td class=\\\"bc-supports-yes bc-browser-samsunginternet_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              4.0<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect12\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              4.0<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              5.0<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> Some default values for the init parameter changed in Samsung Internet 5.0. See the Properties section for details.</dd></dl></section></td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/cache\\\"><code>cache</code></a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              64</td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              14</td><td class=\\\"bc-supports-yes bc-browser-firefox\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              48</td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              51</td><td class=\\\"bc-supports-yes bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              11</td><td class=\\\"bc-supports-yes bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              64</td><td class=\\\"bc-supports-yes bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              64</td><td class=\\\"bc-supports-no bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera_android\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              47</td><td class=\\\"bc-supports-no bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              9.0</td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/clone\\\"><code>clone</code></a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect13\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              41<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              14</td><td class=\\\"bc-supports-yes bc-browser-firefox bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect14\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              34<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect15\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect16\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/context\\\"><code>context</code></a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr><abbr class=\\\"only-icon\\\" title=\\\"Deprecated. Not for use in new websites.\\\"><span>Deprecated</span><i class=\\\"ic-deprecated\\\"></i></abbr><abbr class=\\\"only-icon\\\" title=\\\"Non-standard. Expect poor cross-browser support.\\\"><span>Non-standard</span><i class=\\\"ic-non-standard\\\"></i></abbr></div></th><td class=\\\"bc-supports-no bc-browser-chrome\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n              <span>No support</span>\\n            </abbr>42\u00A0\u2014 46</td><td class=\\\"bc-supports-unknown bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr title=\\\"Compatibility unknown; please update this.\\\">\\n                ?\\n              </abbr></td><td class=\\\"bc-supports-no bc-browser-firefox bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n              <span>No support</span>\\n            </abbr>39\u00A0\u2014 42<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div><section class=\\\"bc-history\\\" id=\\\"sect17\\\"><dl><dt class=\\\"bc-supports-no bc-supports\\\"><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n              <span>No support</span>\\n            </abbr>39\u00A0\u2014 42<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> see <a class=\\\"external\\\" href=\\\"https://bugzil.la/1188062\\\" rel=\\\"noopener\\\">bug 1188062</a> for more information.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-opera\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n              <span>No support</span>\\n            </abbr>28\u00A0\u2014 29</td><td class=\\\"bc-supports-no bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n              <span>No support</span>\\n            </abbr>42\u00A0\u2014 46</td><td class=\\\"bc-supports-no bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n              <span>No support</span>\\n            </abbr>42\u00A0\u2014 46</td><td class=\\\"bc-supports-no bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-opera_android\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n              <span>No support</span>\\n            </abbr>4.0\u00A0\u2014 5.0</td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/credentials\\\"><code>credentials</code></a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect18\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              41<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              14</td><td class=\\\"bc-supports-yes bc-browser-firefox bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect19\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              34<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect20\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              10.1</td><td class=\\\"bc-supports-yes bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42</td><td class=\\\"bc-supports-yes bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42</td><td class=\\\"bc-supports-yes bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              Yes</td><td class=\\\"bc-supports-yes bc-browser-opera_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect21\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              10.3</td><td class=\\\"bc-supports-yes bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              4.0</td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/destination\\\"><code>destination</code></a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              65</td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              14</td><td class=\\\"bc-supports-yes bc-browser-firefox\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              61</td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              52</td><td class=\\\"bc-supports-yes bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              10.1</td><td class=\\\"bc-supports-yes bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              65</td><td class=\\\"bc-supports-yes bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              65</td><td class=\\\"bc-supports-yes bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              61</td><td class=\\\"bc-supports-yes bc-browser-opera_android\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              47</td><td class=\\\"bc-supports-yes bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              10.3</td><td class=\\\"bc-supports-yes bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              9.0</td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/headers\\\"><code>headers</code></a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect22\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              41<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              14</td><td class=\\\"bc-supports-yes bc-browser-firefox bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect23\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              34<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect24\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n              <span>No support</span>\\n            </abbr>42\u00A0\u2014 46</td><td class=\\\"bc-supports-no bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect25\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n              <span>No support</span>\\n            </abbr>4.0\u00A0\u2014 5.0</td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/integrity\\\"><code>integrity</code></a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              46</td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              14</td><td class=\\\"bc-supports-yes bc-browser-firefox\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              Yes</td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              Yes</td><td class=\\\"bc-supports-no bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              46</td><td class=\\\"bc-supports-no bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera_android\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              Yes</td><td class=\\\"bc-supports-no bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              5.0</td></tr><tr><th scope=\\\"row\\\"><a class=\\\"new\\\" href=\\\"/en-US/docs/Web/API/Request/keepalive\\\" rel=\\\"nofollow\\\"><code>keepalive</code></a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              66</td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              15</td><td class=\\\"bc-supports-unknown bc-browser-firefox\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr title=\\\"Compatibility unknown; please update this.\\\">\\n                ?\\n              </abbr></td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              43</td><td class=\\\"bc-supports-no bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              66</td><td class=\\\"bc-supports-yes bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              66</td><td class=\\\"bc-supports-unknown bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr title=\\\"Compatibility unknown; please update this.\\\">\\n                ?\\n              </abbr></td><td class=\\\"bc-supports-yes bc-browser-opera_android\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              43</td><td class=\\\"bc-supports-no bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              9.0</td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/method\\\"><code>method</code></a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect26\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              41<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              14</td><td class=\\\"bc-supports-yes bc-browser-firefox bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect27\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              34<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect28\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n              <span>No support</span>\\n            </abbr>42\u00A0\u2014 46</td><td class=\\\"bc-supports-no bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect29\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n              <span>No support</span>\\n            </abbr>4.0\u00A0\u2014 5.0</td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/mode\\\"><code>mode</code></a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42</td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              14</td><td class=\\\"bc-supports-yes bc-browser-firefox\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39</td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29</td><td class=\\\"bc-supports-no bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              49</td><td class=\\\"bc-supports-yes bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              49</td><td class=\\\"bc-supports-no bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-opera_android\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              5.0</td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/redirect\\\"><code>redirect</code></a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              46</td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              14</td><td class=\\\"bc-supports-yes bc-browser-firefox\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              Yes</td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              Yes</td><td class=\\\"bc-supports-no bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              46</td><td class=\\\"bc-supports-yes bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              Yes</td><td class=\\\"bc-supports-yes bc-browser-opera_android\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              Yes</td><td class=\\\"bc-supports-no bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              5.0</td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/referrer\\\"><code>referrer</code></a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect30\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              41<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 41: this feature is behind the <code>Experimental Web Platform Features</code> preference. To change preferences in Chrome, visit chrome://flags.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              14</td><td class=\\\"bc-supports-yes bc-browser-firefox\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              47</td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect31\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect32\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              28<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 28: this feature is behind the <code>Experimental Web Platform Features</code> preference.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-no bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/referrerPolicy\\\"><code>referrerPolicy</code></a></th><td class=\\\"bc-supports-yes bc-browser-chrome\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              52</td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              14</td><td class=\\\"bc-supports-yes bc-browser-firefox\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              52</td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39</td><td class=\\\"bc-supports-yes bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              11.1</td><td class=\\\"bc-supports-yes bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              52</td><td class=\\\"bc-supports-yes bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              52</td><td class=\\\"bc-supports-yes bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              52</td><td class=\\\"bc-supports-yes bc-browser-opera_android\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              41</td><td class=\\\"bc-supports-no bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              7.2</td></tr><tr><th scope=\\\"row\\\"><a class=\\\"new\\\" href=\\\"/en-US/docs/Web/API/Request/signal\\\" rel=\\\"nofollow\\\"><code>signal</code></a></th><td class=\\\"bc-supports-yes bc-browser-chrome\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              66</td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              16</td><td class=\\\"bc-supports-yes bc-browser-firefox\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              Yes</td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              Yes</td><td class=\\\"bc-supports-unknown bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr title=\\\"Compatibility unknown; please update this.\\\">\\n                ?\\n              </abbr></td><td class=\\\"bc-supports-yes bc-browser-webview_android\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              66</td><td class=\\\"bc-supports-yes bc-browser-chrome_android\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              66</td><td class=\\\"bc-supports-yes bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              Yes</td><td class=\\\"bc-supports-yes bc-browser-opera_android\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              Yes</td><td class=\\\"bc-supports-unknown bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr title=\\\"Compatibility unknown; please update this.\\\">\\n                ?\\n              </abbr></td><td class=\\\"bc-supports-yes bc-browser-samsunginternet_android\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              9.0</td></tr><tr><th scope=\\\"row\\\"><a href=\\\"/en-US/docs/Web/API/Request/url\\\"><code>url</code></a> <div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental</span><i class=\\\"ic-experimental\\\"></i></abbr></div></th><td class=\\\"bc-supports-yes bc-browser-chrome bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Chrome</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div><section class=\\\"bc-history\\\" id=\\\"sect33\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> Fragment support added in Chrome 59.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-edge\\\"><span class=\\\"bc-browser-name\\\">Edge</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              14</td><td class=\\\"bc-supports-yes bc-browser-firefox bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Firefox</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div><section class=\\\"bc-history\\\" id=\\\"sect34\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              39<div class=\\\"bc-icons\\\"></div></dt><dd></dd><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              34<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>Disabled</span><i class=\\\"ic-disabled\\\"></i></abbr> From version 34: this feature is behind the <code>dom.fetch.enabled</code> preference. To change preferences in Firefox, visit about:config.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-ie\\\"><span class=\\\"bc-browser-name\\\">IE</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div><section class=\\\"bc-history\\\" id=\\\"sect35\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> Fragment support added in Opera 46.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-safari\\\"><span class=\\\"bc-browser-name\\\">Safari</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              10.1</td><td class=\\\"bc-supports-yes bc-browser-webview_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">WebView Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div><section class=\\\"bc-history\\\" id=\\\"sect36\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> Fragment support added in Chrome 59.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-chrome_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Chrome Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div><section class=\\\"bc-history\\\" id=\\\"sect37\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              42<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> Fragment support added in Chrome 59.</dd></dl></section></td><td class=\\\"bc-supports-no bc-browser-firefox_android\\\"><span class=\\\"bc-browser-name\\\">Firefox Android</span><abbr class=\\\"bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                <span>No support</span>\\n              </abbr>\\n              No</td><td class=\\\"bc-supports-yes bc-browser-opera_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Opera Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div><section class=\\\"bc-history\\\" id=\\\"sect38\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              29<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> Fragment support added in Opera 46.</dd></dl></section></td><td class=\\\"bc-supports-yes bc-browser-safari_ios\\\"><span class=\\\"bc-browser-name\\\">Safari iOS</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              10.3</td><td class=\\\"bc-supports-yes bc-browser-samsunginternet_android bc-has-history\\\"><span class=\\\"bc-browser-name\\\">Samsung Internet Android</span><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              4.0<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div><section class=\\\"bc-history\\\" id=\\\"sect39\\\"><dl><dt class=\\\"bc-supports-yes bc-supports\\\"><abbr class=\\\"bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                <span>Full support</span>\\n              </abbr>\\n              4.0<div class=\\\"bc-icons\\\"><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> </div></dt><dd><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes\\\"><span>Notes</span><i class=\\\"ic-footnote\\\"></i></abbr> Fragment support added in Samsung Internet 7.0.</dd></dl></section></td></tr></tbody></table><section class=\\\"bc-legend\\\" id=\\\"sect40\\\"><h3 class=\\\"offscreen\\\" id=\\\"Legend\\\">Legend</h3><dl><dt><span class=\\\"bc-supports-yes bc-supports\\\">\\n                <abbr class=\\\"bc-level bc-level-yes only-icon\\\" title=\\\"Full support\\\">\\n                 <span>Full support</span>\\n                 \u00A0\\n                </abbr></span></dt><dd>Full support</dd><dt><span class=\\\"bc-supports-no bc-supports\\\">\\n                <abbr class=\\\"bc-level bc-level-no only-icon\\\" title=\\\"No support\\\">\\n                 <span>No support</span>\\n                 \u00A0\\n                </abbr></span></dt><dd>No support</dd><dt><span class=\\\"bc-supports-unknown bc-supports\\\">\\n                <abbr class=\\\"bc-level bc-level-unknown only-icon\\\" title=\\\"Compatibility unknown\\\">\\n                 <span>Compatibility unknown</span>\\n                 \u00A0\\n                </abbr></span></dt><dd>Compatibility unknown</dd><dt><abbr class=\\\"only-icon\\\" title=\\\"Experimental. Expect behavior to change in the future.\\\"><span>Experimental. Expect behavior to change in the future.</span><i class=\\\"ic-experimental\\\"></i></abbr></dt><dd>Experimental. Expect behavior to change in the future.</dd><dt><abbr class=\\\"only-icon\\\" title=\\\"Non-standard. Expect poor cross-browser support.\\\"><span>Non-standard. Expect poor cross-browser support.</span><i class=\\\"ic-non-standard\\\"></i></abbr></dt><dd>Non-standard. Expect poor cross-browser support.</dd><dt><abbr class=\\\"only-icon\\\" title=\\\"Deprecated. Not for use in new websites.\\\"><span>Deprecated. Not for use in new websites.</span><i class=\\\"ic-deprecated\\\"></i></abbr></dt><dd>Deprecated. Not for use in new websites.</dd><dt><abbr class=\\\"only-icon\\\" title=\\\"See implementation notes.\\\"><span>See implementation notes.</span><i class=\\\"ic-footnote\\\"></i></abbr></dt><dd>See implementation notes.</dd><dt><abbr class=\\\"only-icon\\\" title=\\\"User must explicitly enable this feature.\\\"><span>User must explicitly enable this feature.</span><i class=\\\"ic-disabled\\\"></i></abbr></dt><dd>User must explicitly enable this feature.</dd></dl></section></div>\\n\\n<h2 id=\\\"See_also\\\">See also</h2>\\n\\n<ul>\\n <li><a href=\\\"/en-US/docs/Web/API/ServiceWorker_API\\\">ServiceWorker API</a></li>\\n <li><a href=\\\"/en-US/docs/Web/HTTP/Access_control_CORS\\\">HTTP access control (CORS)</a></li>\\n <li><a href=\\\"/en-US/docs/Web/HTTP\\\">HTTP</a></li>\\n</ul>\",\"quickLinksHTML\":\"<ol><li><strong><a href=\\\"/en-US/docs/Web/API/Fetch_API\\\">Fetch API</a></strong></li><li><strong><a href=\\\"/en-US/docs/Web/API/Request\\\"><code>Request</code></a></strong></li><li class=\\\"toggle\\\"><details open><summary>Constructor</summary><ol><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Request/Request\\\" title=\\\"The Request() constructor creates a new Request object.\\\"><code>Request()</code></a></li></ol></details></li><li class=\\\"toggle\\\"><details open><summary>Properties</summary><ol><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Body/body\\\" title=\\\"The body read-only property of the Body mixin is a simple getter used to expose a ReadableStream of the body contents.\\\"><code>body</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Body/bodyUsed\\\" title=\\\"The bodyUsed read-only property of the Body mixin contains a Boolean that indicates whether the body has been read yet.\\\"><code>bodyUsed</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Request/cache\\\" title=\\\"The cache read-only property of the Request interface contains the cache mode of the request. It controls how the request will interact with the browser's HTTP cache.\\\"><code>cache</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Request/context\\\" title=\\\"The deprecated context read-only property of the Request interface contains the context of the Request (e.g., audio, image, iframe).\\\"><code>context</code></a></li><li><a href=\\\"/en-US/docs/Web/API/Request/credentials\\\" title=\\\"The credentials read-only property of the Request interface indicates whether the user agent should send cookies from the other domain in the case of cross-origin requests.\\\"><code>credentials</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Request/destination\\\" title=\\\"The destination read-only property of the Request interface returns a string describing the type of content being requested.\\\"><code>destination</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Request/headers\\\" title=\\\"The headers read-only property of the Request interface contains the Headers object associated with the request.\\\"><code>headers</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Request/integrity\\\" title=\\\"The integrity read-only property of the Request interface contains the subresource integrity value\u00A0of the request.\\\"><code>integrity</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Request/method\\\" title=\\\"The method read-only property of the Request interface contains the request's method (GET, POST, etc.)\\\"><code>method</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Request/mode\\\" title=\\\"The mode read-only property of the Request interface contains the mode of the request (e.g., cors, no-cors, same-origin, or navigate.) This is used to determine if cross-origin requests lead to valid responses, and which properties of the response are readable.\\\"><code>mode</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Request/redirect\\\" title=\\\"The redirect read-only property of the Request interface contains the mode for how redirects are handled.\\\"><code>redirect</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Request/referrer\\\" title=\\\"The referrer read-only property of the Request interface is set by the user agent to be the referrer of the Request. (e.g., client, no-referrer, or a URL.)\\\"><code>referrer</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Request/referrerPolicy\\\" title=\\\"The referrerPolicy read-only property of the Request interface returns the referrer policy, which governs what referrer information, sent in the Referer header, should be included with the request.\\\"><code>referrerPolicy</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Request/url\\\" title=\\\"The url read-only property of the Request interface contains the URL of the request.\\\"><code>url</code></a></li></ol></details></li><li class=\\\"toggle\\\"><details open><summary>Methods</summary><ol><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Body/arrayBuffer\\\" title=\\\"The arrayBuffer() method of the Body mixin takes a Response stream and reads it to completion. It returns a promise that resolves with an ArrayBuffer.\\\"><code>arrayBuffer()</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Body/blob\\\" title=\\\"The blob() method of the Body mixin takes a Response stream and reads it to completion. It returns a promise that resolves with a Blob.\\\"><code>blob()</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Request/clone\\\" title=\\\"The clone() method of the Request interface creates a copy of the current Request object.\\\"><code>clone()</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Body/formData\\\" title=\\\"The formData() method of the Body mixin takes a Response stream and reads it to completion. It returns a promise that resolves with a FormData object.\\\"><code>formData()</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Body/json\\\" title=\\\"The json() method of the Body mixin takes a Response stream and reads it to completion. It returns a promise that resolves with the result of parsing the body text as JSON.\\\"><code>json()</code></a></li><li><span class=\\\"sidebar-icon\\\"><span class=\\\"icon-only-inline\\\" title=\\\"This is an experimental API that should not be used in production code.\\\"><i class=\\\"icon-beaker\\\"> </i></span></span><a href=\\\"/en-US/docs/Web/API/Body/text\\\" title=\\\"The text() method of the Body mixin takes a Response stream and reads it to completion. It returns a promise that resolves with a USVString object (text).\u00A0The response is\u00A0always\u00A0decoded using UTF-8.\\\"><code>text()</code></a></li></ol></details></li><li class=\\\"toggle\\\"><details open><summary>Related pages for Fetch API</summary><ol><li><a href=\\\"/en-US/docs/Web/API/Body\\\"><code>Body</code></a></li><li><a href=\\\"/en-US/docs/Web/API/Headers\\\"><code>Headers</code></a></li><li><a href=\\\"/en-US/docs/Web/API/Response\\\"><code>Response</code></a></li><li><a href=\\\"/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch\\\"><code>WindowOrWorkerGlobalScope.fetch()</code></a></li></ol></details></li></ol>\",\"tocHTML\":\"<li><a href=\\\"#Constructor\\\" rel=\\\"internal\\\">Constructor</a><li><a href=\\\"#Properties\\\" rel=\\\"internal\\\">Properties</a><li><a href=\\\"#Methods\\\" rel=\\\"internal\\\">Methods</a><li><a href=\\\"#Examples\\\" rel=\\\"internal\\\">Examples</a><li><a href=\\\"#Specifications\\\" rel=\\\"internal\\\">Specifications</a><li><a href=\\\"#Browser_compatibility\\\" rel=\\\"internal\\\">Browser compatibility</a><li><a href=\\\"#See_also\\\" rel=\\\"internal\\\">See also</a>\",\"raw\":\"<div>{{APIRef(\\\"Fetch API\\\")}}</div>\\n\\n<p>The <strong><code>Request</code></strong> interface of the <a href=\\\"/en-US/docs/Web/API/Fetch_API\\\">Fetch API</a> represents a resource request.</p>\\n\\n<p>You can create a new <code>Request</code> object using the {{domxref(\\\"Request.Request\\\",\\\"Request()\\\")}} constructor, but you are more likely to encounter a <code>Request</code> object being returned as the result of another API operation, such as a service worker {{domxref(\\\"FetchEvent.request\\\")}}.</p>\\n\\n<h2 id=\\\"Constructor\\\">Constructor</h2>\\n\\n<dl>\\n <dt>{{domxref(\\\"Request.Request\\\",\\\"Request()\\\")}}</dt>\\n <dd>Creates a new <code>Request</code> object.</dd>\\n</dl>\\n\\n<h2 id=\\\"Properties\\\">Properties</h2>\\n\\n<dl>\\n <dt>{{domxref(\\\"Request.cache\\\")}} {{readonlyInline}}</dt>\\n <dd>Contains the cache mode of the request (e.g., <code>default</code>, <code>reload</code>, <code>no-cache</code>).</dd>\\n <dt>{{domxref(\\\"Request.context\\\")}} {{readonlyInline}} {{deprecated_inline()}}</dt>\\n <dd>Contains the context of the request (e.g., <code>audio</code>, <code>image</code>, <code>iframe</code>, etc.)</dd>\\n <dt>{{domxref(\\\"Request.credentials\\\")}} {{readonlyInline}}</dt>\\n <dd>Contains the credentials of the request (e.g., <code>omit</code>, <code>same-origin</code>, <code>include</code>). The default is <code>same-origin</code>.</dd>\\n <dt>{{domxref(\\\"Request.destination\\\")}} {{ReadOnlyInline}}</dt>\\n <dd>Returns a string from the {{domxref(\\\"RequestDestination\\\")}} enum describing the request's destination. This is a string indicating the type of content being requested.</dd>\\n <dt>{{domxref(\\\"Request.headers\\\")}} {{readonlyInline}}</dt>\\n <dd>Contains the associated {{domxref(\\\"Headers\\\")}} object of the request.</dd>\\n <dt>{{domxref(\\\"Request.integrity\\\")}} {{readonlyInline}}</dt>\\n <dd>Contains the <a href=\\\"/en-US/docs/Web/Security/Subresource_Integrity\\\">subresource integrity</a> value of the request (e.g., <code>sha256-BpfBw7ivV8q2jLiT13fxDYAe2tJllusRSZ273h2nFSE=</code>).</dd>\\n <dt>{{domxref(\\\"Request.method\\\")}} {{readonlyInline}}</dt>\\n <dd>Contains the request's method (<code>GET</code>, <code>POST</code>, etc.)</dd>\\n <dt>{{domxref(\\\"Request.mode\\\")}} {{readonlyInline}}</dt>\\n <dd>Contains the mode of the request (e.g., <code>cors</code>, <code>no-cors</code>, <code>same-origin</code>, <code>navigate</code>.)</dd>\\n <dt>{{domxref(\\\"Request.redirect\\\")}} {{readonlyinline}}</dt>\\n <dd>Contains the mode for how redirects are handled. It may be one of <code>follow</code>, <code>error</code>, or <code>manual</code>.</dd>\\n <dt>{{domxref(\\\"Request.referrer\\\")}} {{readonlyInline}}</dt>\\n <dd>Contains the referrer of the request (e.g., <code>client</code>).</dd>\\n <dt>{{domxref(\\\"Request.referrerPolicy\\\")}} {{readonlyInline}}</dt>\\n <dd>Contains the referrer policy of the request (e.g., <code>no-referrer</code>).</dd>\\n <dt>{{domxref(\\\"Request.url\\\")}} {{readonlyInline}}</dt>\\n <dd>Contains the URL of the request.</dd>\\n</dl>\\n\\n<p><code>Request</code> implements {{domxref(\\\"Body\\\")}}, so it also inherits the following properties:</p>\\n\\n<dl>\\n <dt>{{domxref(\\\"Body.body\\\", \\\"body\\\")}} {{readonlyInline}}</dt>\\n <dd>A simple getter used to expose a {{domxref(\\\"ReadableStream\\\")}} of the body contents.</dd>\\n <dt>{{domxref(\\\"Body.bodyUsed\\\", \\\"bodyUsed\\\")}} {{readonlyInline}}</dt>\\n <dd>Stores a {{domxref(\\\"Boolean\\\")}} that declares whether the body has been used in a response yet.</dd>\\n</dl>\\n\\n<h2 id=\\\"Methods\\\">Methods</h2>\\n\\n<dl>\\n <dt>{{domxref(\\\"Request.clone()\\\")}}</dt>\\n <dd>Creates a copy of the current <code>Request</code> object.</dd>\\n</dl>\\n\\n<p><code>Request</code> implements {{domxref(\\\"Body\\\")}}, so it also has the following methods available to it:</p>\\n\\n<dl>\\n <dt>{{domxref(\\\"Body.arrayBuffer()\\\")}}</dt>\\n <dd>Returns a promise that resolves with an {{domxref(\\\"ArrayBuffer\\\")}} representation of the request body.</dd>\\n <dt>{{domxref(\\\"Body.blob()\\\")}}</dt>\\n <dd>Returns a promise that resolves with a {{domxref(\\\"Blob\\\")}} representation of the request body.</dd>\\n <dt>{{domxref(\\\"Body.formData()\\\")}}</dt>\\n <dd>Returns a promise that resolves with a {{domxref(\\\"FormData\\\")}} representation of the request body.</dd>\\n <dt>{{domxref(\\\"Body.json()\\\")}}</dt>\\n <dd>Returns a promise that resolves with a {{domxref(\\\"JSON\\\")}} representation of the request body.</dd>\\n <dt>{{domxref(\\\"Body.text()\\\")}}</dt>\\n <dd>Returns a promise that resolves with an {{domxref(\\\"USVString\\\")}} (text) representation of the request body.</dd>\\n</dl>\\n\\n<div class=\\\"note\\\">\\n<p><strong>Note</strong>: The {{domxref(\\\"Body\\\")}} functions can be run only once; subsequent calls will resolve with empty strings/ArrayBuffers.</p>\\n</div>\\n\\n<h2 id=\\\"Examples\\\">Examples</h2>\\n\\n<p>In the following snippet, we create a new request using the <code>Request()</code> constructor (for an image file in the same directory as the script), then return some property values of the request:</p>\\n\\n<pre class=\\\"brush: js\\\">const request = new Request('https://www.mozilla.org/favicon.ico');\\n\\nconst URL = request.url;\\nconst method = request.method;\\nconst credentials = request.credentials;\\n</pre>\\n\\n<p>You could then fetch this request by passing the <code>Request</code> object in as a parameter to a {{domxref(\\\"WindowOrWorkerGlobalScope.fetch()\\\")}} call, for example:</p>\\n\\n<pre class=\\\"brush: js\\\">fetch(request)\\n  .then(response =&gt; response.blob())\\n  .then(blob =&gt; {\\n    image.src = URL.createObjectURL(blob);\\n  });</pre>\\n\\n<p>In the following snippet, we create a new request using the <code>Request()</code> constructor with some initial data and body content for an api request which need a body payload:</p>\\n\\n<pre class=\\\"brush: js\\\">const request = new Request('https://example.com', {method: 'POST', body: '{\\\"foo\\\": \\\"bar\\\"}'});\\n \\nconst URL = request.url;\\nconst method = request.method;\\nconst credentials = request.credentials;\\nconst bodyUsed = request.bodyUsed;\\n</pre>\\n\\n<div class=\\\"note\\\">\\n<p><strong>Note:</strong> The body type can only be a {{domxref(\\\"Blob\\\")}}, {{domxref(\\\"BufferSource\\\")}}, {{domxref(\\\"FormData\\\")}}, {{domxref(\\\"URLSearchParams\\\")}}, {{domxref(\\\"USVString\\\")}} or {{domxref(\\\"ReadableStream\\\")}} type, so for adding a JSON object to the payload you need to stringify that object.</p>\\n</div>\\n\\n<p>You could then fetch this api request by passing the <code>Request</code> object in as a parameter to a {{domxref(\\\"WindowOrWorkerGlobalScope.fetch()\\\")}} call, for example and get the response:</p>\\n\\n<pre class=\\\"brush: js\\\">fetch(request)\\n  .then(response =&gt; {\\n    if (response.status === 200) {\\n      return response.json();\\n    } else {\\n      throw new Error('Something went wrong on api server!');\\n    }\\n  })\\n  .then(response =&gt; {\\n    console.debug(response);\\n    // ...\\n  }).catch(error =&gt; {\\n    console.error(error);\\n  });</pre>\\n\\n<h2 id=\\\"Specifications\\\">Specifications</h2>\\n\\n<table class=\\\"standard-table\\\">\\n <thead>\\n  <tr>\\n   <th scope=\\\"col\\\">Specification</th>\\n   <th scope=\\\"col\\\">Status</th>\\n   <th scope=\\\"col\\\">Comment</th>\\n  </tr>\\n </thead>\\n <tbody>\\n  <tr>\\n   <td>{{SpecName('Fetch','#request-class','Request')}}</td>\\n   <td>{{Spec2('Fetch')}}</td>\\n   <td>Initial definition</td>\\n  </tr>\\n </tbody>\\n</table>\\n\\n<h2 id=\\\"Browser_compatibility\\\">Browser compatibility</h2>\\n\\n<div class=\\\"hidden\\\">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href=\\\"https://github.com/mdn/browser-compat-data\\\">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div>\\n\\n<p>{{Compat(\\\"api.Request\\\")}}</p>\\n\\n<h2 id=\\\"See_also\\\">See also</h2>\\n\\n<ul>\\n <li><a href=\\\"/en-US/docs/Web/API/ServiceWorker_API\\\">ServiceWorker API</a></li>\\n <li><a href=\\\"/en-US/docs/Web/HTTP/Access_control_CORS\\\">HTTP access control (CORS)</a></li>\\n <li><a href=\\\"/en-US/docs/Web/HTTP\\\">HTTP</a></li>\\n</ul>\",\"parents\":[{\"url\":\"/en-US/docs/Web\",\"title\":\"Web technology for developers\"},{\"url\":\"/en-US/docs/Web/API\",\"title\":\"Web APIs\"}],\"translations\":[{\"language\":\"Espa\u00F1ol\",\"hrefLang\":\"es\",\"localizedLanguage\":\"Spanish\",\"locale\":\"es\",\"url\":\"/es/docs/Web/API/Request\",\"title\":\"Request\"},{\"language\":\"Fran\u00E7ais\",\"hrefLang\":\"fr\",\"localizedLanguage\":\"French\",\"locale\":\"fr\",\"url\":\"/fr/docs/Web/API/Request\",\"title\":\"Request\"},{\"language\":\"\u65E5\u672C\u8A9E\",\"hrefLang\":\"ja\",\"localizedLanguage\":\"Japanese\",\"locale\":\"ja\",\"url\":\"/ja/docs/Web/API/Request\",\"title\":\"Request\"},{\"language\":\"\uD55C\uAD6D\uC5B4\",\"hrefLang\":\"ko\",\"localizedLanguage\":\"Korean\",\"locale\":\"ko\",\"url\":\"/ko/docs/Web/API/Request\",\"title\":\"Request\"},{\"language\":\"Portugu\u00EAs (do\u00A0Brasil)\",\"hrefLang\":\"pt\",\"localizedLanguage\":\"Portuguese (Brazilian)\",\"locale\":\"pt-BR\",\"url\":\"/pt-BR/docs/Web/API/Request\",\"title\":\"Request\"},{\"language\":\"\u0420\u0443\u0441\u0441\u043A\u0438\u0439\",\"hrefLang\":\"ru\",\"localizedLanguage\":\"Russian\",\"locale\":\"ru\",\"url\":\"/ru/docs/Web/API/Request\",\"title\":\"Request\"},{\"language\":\"\u4E2D\u6587 (\u7B80\u4F53)\",\"hrefLang\":\"zh\",\"localizedLanguage\":\"Chinese (Simplified)\",\"locale\":\"zh-CN\",\"url\":\"/zh-CN/docs/Web/API/Request\",\"title\":\"Request\"}],\"lastModified\":\"2020-02-01T01:33:32.518717\"}}");</script>



    <div id="auth-modal" class="modal hidden">
    <section class="auth-providers" tabindex="-1" role="dialog" aria-modal="true"
        aria-labelledby="modal-main-heading">
        <header>
            <h2 id="modal-main-heading">Sign In</h2>
        </header>

  <p>
    Sign in to enjoy the benefits of an MDN account. If you haven’t already created an account, you will be prompted to do so after signing in.
</p>
<div class="auth-button-container">
    <a href="/users/github/login/?next=%2Fen-US%2Fdocs%2FWeb%2FAPI%2FRequest" class="github-auth" data-first-focusable="true">
        Sign in with Github
    </a>
    <a href="/users/google/login/?next=%2Fen-US%2Fdocs%2FWeb%2FAPI%2FRequest" class="google-auth">
        Sign in with Google
    </a>
</div>

        <button id="close-modal" class="close-modal" data-last-focusable="true">
            <span>Close modal</span>
        </button>
    </section>
</div>


  <!-- site js -->
  <script defer type="text/javascript" src="/static/build/js/react-main.5988796df083.js" charset="utf-8"></script>
  <script defer type="text/javascript" src="/static/build/js/mathml.3cb4c04c0706.js" charset="utf-8"></script>
  <script defer type="text/javascript" src="/static/build/js/auth-modal.119e5d70465f.js" charset="utf-8"></script>

    <script defer type="text/javascript" src="/static/build/js/react-bcd-signal.0124e23c0b7b.js" charset="utf-8"></script>

</body>
</html>

About

CORS Proxy which can take multiple url requests at a time

License:The Unlicense


Languages

Language:JavaScript 100.0%