I am developing an edge extension, where I need to use Nacl to encrypt my request while sending to backend application using native messaging. How can I use Nacl with edge extension background.js.
Edge extension's Backgound.js does not work with Nacl. Chrome extension's background.js works with the same NaCl files.