Login Register

storage

storage + xd + IE6 = pain

I've got a very basic cross-domain build of 1.1.0 that mostly works great but errors badly when trying to load dojox.storage in IE6--it throws a "can't load cross-domain resource" exception that I can't fully capture (the debugger refuses to show me anything).

I tried creating a storage layer as suggested by the storage profile...

dependencies = {
layers : [
{
name: "../dojox/storage/storage-browser.js",
layerDependencies: [
],
dependencies: [
"dojox.storage",

Updated Dojo Storage for 1.1

Today Brad Neuberg of RSH and Dojo Offline fame blogged about the awesome work he's been doing on the dojox.storage module. His recent patches have resurrected the Flash storage provider, reworked the HTML 5 storage engine, and completely reworked the JS/Flash bridge based on some recent finding regarding updates to Flash's ExternalInterface API.

Syndicate content