Is a Private CA with fetch() supported?

Can I use a private CA when doing a fetch() call from my app JS?

Yes - add this to your fetch options : "browserFetch": true,

You’ll also need to have the Root CA cert installed on the device.