- 549 名前:デフォルトの名無しさん mailto:sage [2016/06/11(土) 13:14:41.27 ID:ijG8u0pc.net]
- インデント潰れてしまった・・・ preタグで再投稿
<pre> function getImageData(query) { getCachedData(query) .catch(function(){ return fetch(window.googleCustomSearchApi + query) .then(function(response) { return response.json(); }).then(function(json){ chrome.storage.local.set({[query]: json}); return json; }); }).then(function(json) { createPopUp(json.items[0]); positionPopUp(); }).catch(function(err) { console.error(err); }); }</pre>
|

|