Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 128915d

Browse files
trotylwardbell
authored andcommitted
docs(server-communication): Fetch API does not belong to ECMAScript
closes #2107 Fetch API is a Web API, has its own specification. ECMAScript is the specification of the JavaScript language, nothing to do with Web API.
1 parent 172e497 commit 128915d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/docs/ts/latest/guide/server-communication.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ block parse-json
265265
.l-sub-section
266266
:marked
267267
This is not Angular's own design.
268-
The Angular HTTP client follows the ES2015 specification for the
268+
The Angular HTTP client follows the Fetch specification for the
269269
[response object](https://fetch.spec.whatwg.org/#response-class) returned by the `Fetch` function.
270270
That spec defines a `json()` method that parses the response body into a JavaScript object.
271271

0 commit comments

Comments
 (0)