Page 1 of 1

File system API not available in custom resource handler

PostPosted: Fri Oct 30, 2020 12:16 pm
by omarbelkhodja
First of all, I'm using a modified version of JCEF, adapted by myself to support Chrome 86. I've done that because I need the new File System API. With the new port, I'm experiencing some caveats:
- When loading a standard http website from the internet, I can see the File system API, available as functions in the window object
- When using a custom resource handler (I'm handling the resources under http://special_name/ using a custom resource handler), the File system API are not available

I'm wondering what are the conditions that make the File system API available. Any help, to where to look, or any other info would be appreciated.

Re: File system API not available in custom resource handler

PostPosted: Fri Oct 30, 2020 12:28 pm
by magreenblatt
Was the standard internet page that you tested HTTP or HTTPS? Some features require HTTPS.