this post was submitted on 26 Apr 2024
5 points (85.7% liked)

Web Development

3413 readers
3 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
5
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

Hi,

I discovered this webpage
https://developer.mozilla.org/en-US/docs/Glossary/XMLHttpRequest

Where it say

The Fetch API is the modern replacement for XMLHttpRequest.

Without further explain on why so...

Did you (yourself) migrated from XHR to The Fetch API ? and is it better ? or do you know any (not bias) article about it ?

What about performances etc..

Thanks

cross-posted onhttps://lemmy.world/post/14707833

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 4 months ago (1 children)
[โ€“] [email protected] 3 points 4 months ago

Sure it let's you use it asynchronously, but it predates and is not really compatible with JavaScript's async/Promise API.