frontend-map.json: add Fetch API as recomendation

Fetch API should be added instead of XMLHttpRequest(XHR) API
as fetch uses promises which enables a simpler and cleaner API.
However, understanding both Fetch/XHR is required for frontend.

Closes #475
This commit is contained in:
Yana Agun Siswanto
2018-10-16 05:27:54 +07:00
parent f6f5c821b3
commit 7debdb90c1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 996 KiB

After

Width:  |  Height:  |  Size: 998 KiB

File diff suppressed because one or more lines are too long