AJAX Request to Web API

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ • 11

  • @gejinho
    @gejinho Місяць тому +1

    Thank you, your explanation is awesome

  • @haniayach9979
    @haniayach9979 Рік тому +1

    hello, thank you for your efforts, I have one question, if you used sysnc instead of Async, is the response coming in order? because sync it's blocking reverse the Async it's not blocking it runs all requests at the same time(multi tasking)

  • @mdaaqil5334
    @mdaaqil5334 Місяць тому

    Thanks a lot for this explanation sir but please share the HTML and CSS code used in this program.

  • @BuminKaganHan
    @BuminKaganHan 3 роки тому +1

    Is there any difference between fetch and XHR on programmatic logic??

    • @procademy
      @procademy  3 роки тому +2

      Yes...and I will cover fetch API in the coming lectures.

    • @suneelyekasiri
      @suneelyekasiri 9 місяців тому

      ​sir give us the source code for the js course​@@procademy

  • @Martin958
    @Martin958 Рік тому

    What causes the order of the called 'getCountry' functions to change each time?

    • @procademy
      @procademy  Рік тому

      since each country data will be requested separately, which country data will come first in the response, that is not in our control. Whichever endpoint sends the response first, that will be received first on the client.

    • @Martin958
      @Martin958 Рік тому

      @@procademy Why are the endpoints data sent in a different response order each time by the server? Also, since they are called in a definite order with a small time lapse between each call, why should it happen this way from a server perspective?

  • @mohamedibrahemsaad573
    @mohamedibrahemsaad573 11 місяців тому

    u havent shared the file sir

  • @sunnysaddam8466
    @sunnysaddam8466 3 роки тому

    u havent sharent the file sir