项目作者: jmelnych

项目描述 :
Data fetching methods overview
高级语言: CSS
项目地址: git://github.com/jmelnych/ajax-project.git
创建时间: 2017-11-19T20:07:02Z
项目社区:https://github.com/jmelnych/ajax-project

开源协议:

下载


Project overview

Brief overview of fetching data from server with:

  • old method XMLHttpRequest
    new XMLHttpRequest();
  • jquery method
    $.ajax( url [, settings ] )
  • fetch
    fetch(url[, options])