AdvancedHTTPプラグイン
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
console.log(cordova.plugin.http);
}プラグインID
cordova-plugin-advanced-httpプラグインの追加方法(Monaca上での操作)
機能
APIの解説
基本的なAPI
sendRequest
setDataSerializer
get
post
高度な使い方
サンプル
fetch APIとの比較
サンプルアプリ
最終更新