I wanted to check what is the support of fetch API in browser so I opened caniuse.com to get this information.
Looking at Chrome
browser I see this feature is available since version 42 (which released in april 2015), but looking at Chrome For Android
and I see only version 84
.
Does this mean that fetch API
is available only in the latest version in Chrome For Android
? That doesn't seem logical to me so what is the correct way to interpret this (and other) tables on caniuse.com website?