我想在Chrome 31中使用HTML5文件系統API。不幸的是,我在用戶授予對文件系統配額的訪問權後出現錯誤。 這是錯誤:我使用 Error DOMError {message: "The implementation did not support the requested type of object or operation.", name: "NotSupportedError"}
這是一個類似矩陣的動畫,在Firefox上測試時效果很好,但在Chrome和IE上只顯示按鈕。它與改變顏色的函數有關,但實際上,我在代碼中包含的任何額外函數都會使整個事情無法工作。 var c = document.getElementById("c");
var ctx = c.getContext("2d");
var color = "blue";
// setting canvas