Skip to content

Instantly share code, notes, and snippets.

@keyama4
keyama4 / no-cache-rest-client.js
Created November 3, 2018 09:12
axiosのIE11のキャッシュ問題対応実装例
import * as Axios from 'axios';
const CONFIG = Object.assign({
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
},
});
const setNoCache = (config) => {
$ mysql -u [ユーザー名] -p [パスワード];