Native Client(NaCl) support with Edge extension

3.5k Views Asked by At

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.

0

There are 0 best solutions below