diff --git a/releases/next/docs/network.html b/releases/next/docs/network.html index 985d9edc900..0eb7a1e3e76 100644 --- a/releases/next/docs/network.html +++ b/releases/next/docs/network.html @@ -62,7 +62,7 @@ request.onreadystatechange }; request.open('GET', 'https://mywebsite.com/endpoint.php'); -request.send();
Please follow the MDN Documentation for a complete description of the API.
As a developer, you're probably not going to use XMLHttpRequest directly as its API is very tedious to work with. But the fact that it is implemented and compatible with the browser API gives you the ability to use third-party libraries such as Parse, frisbee, or axios directly from npm.