Slide 27
Slide 27 text
getJson(‘./book.json’).then(function (book) {
return new Promise (function (resolve, reject) {
var image = new Image();
image.src = book.imageUrl;
image.onload = function () {resolve(this)};
});
}).then (function (image) {
console.log(‘image:’, image);
});
UIFOνΣʔϯͰ͖Δᶄ1SPNJTFΛฦ٫͢Δ