memo

memo dayo.

2014-06-27から1日間の記事一覧

createObjectURLの初期化

var createObjectURL = window.URL && window.URL.createObjectURL ? function (file) { return window.URL.createObjectURL (file); } : window.webkitURL && window.webkitURL.createObjectURL ? function (file) { return window.webkitURL.createObjectU…