I want to open a file inside webrtc core part.
Il giorno mercoledì 4 luglio 2018 21:53:22 UTC+2, Adam Roach ha scritto: > On 7/4/18 7:24 AM, [email protected] 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 [email protected] https://lists.mozilla.org/listinfo/dev-platform

