Closed cesine closed 12 years ago
Refused to apply inline style because it violates the following Content Security Policy directive: "default-src 'self'". index.html:1
Error when try to refresh page and load previous data:
Uncaught Storage: Invalid value was encountered compiled.js:1
Needs someone who knows closure to make Closure work in a Chrome Extension:
Line 1508: uses an eval return eval("(" + a + ")")
Which results in a perfectly useful JSON, which cannot be used:
a.message
"Invalid JSON string: [{"completed":false,"title":"12e","id":1},{"completed":false,"title":"q3eqr23","id":2}]"
b = [{"completed":false,"title":"12e","id":1},{"completed":false,"title":"q3eqr23","id":2}]
[
Object
,
Object
]
Uncaught Storage: Invalid value was encountered compiled.js:3
Status: it works! But all data is lost if you refresh the page.