After finally making some progress in using dojo with my packaged app, I've hit another road block that I can't find any documentation for.
{ ... "sandbox": { "pages": ["test.html"] }, "app": { "background": { "scripts": [ "background.js" ] } } }
test.html loads dojo from the app as well as some of my modules, but as dojo parses the dom of the page, I get an error thrown by the platformApp
Uncaught unload is not available in packaged apps. platformApp:14 (anonymous function) platformApp:14 Window.addEventListener platformApp:127 addListener dojo.js.uncompressed.js:15317 on.parse
Are there any CSP rules I can add to the sandbox to let this do it's normal thing?