socketsupply / socket

A cross-platform runtime for Web developers to build desktop & mobile apps for any OS using any frontend library.
https://socketsupply.co/guides
Other
1.6k stars 75 forks source link

return 'denied' for unimplemented permissions queries #987

Closed missinglink closed 2 weeks ago

missinglink commented 1 month ago

when calling ipc://permissions.query?... from android with await the process stalls.

this change simply returns 'denied' for all permissions request types and envs which have yet to be implemented.

jwerle commented 2 weeks ago

this is now fixed