Should we / can we be able to access safe: URI without an appHandle?

@joshuef

Not a big issue (because I can work around it easily), but I see no way to use safeApp.webFetch() without first obtaining an appHandle.

I’m just wondering whether we need to require that - so might it be possible to allow webFetch() (with support for safe: protocol) without requiring an appHandle?

2 Likes

Acutally, getting rid of handles altogether is something we’ve been looking at. So if that pans out (still some testing to be done) that should hopefully bring the DOM interface much more inline with the node-js one (where no handles are needed) :+1:

6 Likes