On 7/4/18 7:24 AM, amantell...@gmail.com wrote:
Hi,
I'm very new with firefox (as developer, of course).
I need to open a file and tcp sockets inside webrtc.
I read the following link
https://wiki.mozilla.org/Security/Sandbox#File_System_Restrictions
there is the sandbox that does not permit to open sockets or file descriptors.
could you give me the way how I can solve these my problems?
Thank you very much

For files, you want to use the File API. See https://developer.mozilla.org/en-US/docs/Web/API/File/Using_files_from_web_applications for a good introduction.

/a
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to