game-asset-loader
game-asset-loader copied to clipboard
storageInfo undefined
When I run the examples on Firefox and Chrome I get this error : storageInfo is undefined
On the file gal.filesystem.js Line number122
// Get quota
storageInfo.requestQuota(window.PERSISTENT, quota,
quotaCallback, onError);
It's Chrome only at the moment (only Chrome supports FileSystem write). What version of Chrome are you using?