When I try to fetch a JSON from an API with the following code:
let (retrieved_data, error) = try await URLSession.shared.data(from: apiURL!)
I get an response telling me that:
First, I need to use IE10 or later
Your Browser is not supported. Please use IE10 or later!
and Second that I need to enable JavaScript
You need to enable JavaScript to run this app
So far I have not found the solution to enable those features. Any advice is appreciated.
TimoReinhardt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.