P
P
Pantuchi2021-04-18 10:28:35
ASP.NET
Pantuchi, 2021-04-18 10:28:35

Asp.Net 4 async support in IE11 client side or what are the alternatives?

In WebApp, WebServices (asynchronous) are used to communicate the client side with the server.
There is an urgent need to use IE 11, but since the browser has shitty support on the js side, you have to deal with asynchrony with stupid methods by nesting other methods in the response.
I would like to use promises with async, but we run into browser support.
Are there alternatives? Or how to enable js syntax support in IE 11.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-04-18
@vabka

There is only babel, or other polyfills.
https://stackoverflow.com/questions/58773129/how-t...
What does asp net 4 have to do with it I don't understand

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question