game-asset-loader icon indicating copy to clipboard operation
game-asset-loader copied to clipboard

storageInfo undefined

Open diogogmt opened this issue 13 years ago • 1 comments

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);

diogogmt avatar Sep 25 '11 22:09 diogogmt

It's Chrome only at the moment (only Chrome supports FileSystem write). What version of Chrome are you using?

borismus avatar Sep 26 '11 17:09 borismus