Re: How do I use the Dom File API from privileged code (documentation problem)

2015-01-12 Thread Josh Matthews
On 2015-01-11 9:50 PM, Naja Melan wrote: Found some workarounds, see this SO question. MDN updated: https://stackoverflow.com/questions/27893399/how-do-i-use-the-dom-file-api-from-privileged-code/27894221 Thank you for updating the docs! Cheers, Josh _

Re: How do I use the Dom File API from privileged code (documentation problem)

2015-01-11 Thread Naja Melan
Found some workarounds, see this SO question. MDN updated: https://stackoverflow.com/questions/27893399/how-do-i-use-the-dom-file-api-from-privileged-code/27894221 ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/lis

How do I use the Dom File API from privileged code (documentation problem)

2015-01-11 Thread Naja Melan
Hi, I'm trying to figure out how to use it from a restartless addon. I'm currently testing on developer edition v36a, but I'm also interested in how things evolved since v30 for production code. - contentWindow.File( fileName ) -> exception needs new - new contentWindow.File( fileName ) -> except