In ReSharper 2022.1.2 (Visual Studio 2022) I am getting the following warning when using the fetch function in JavaScript files:
Use of an implicitly declared global variable 'fetch'
How do I get rid of this warning? Fetch is built into all modern web browsers (though it doesn't work in Internet Explorer).