interledgerjs / ilp-plugin-btp

This has been moved to the monorepo https://github.com/interledgerjs/interledgerjs
8 stars 7 forks source link

fix(crypto): replace window object with self for service workers #71

Closed Danisco212 closed 1 year ago

Danisco212 commented 2 years ago

Replaced the window object with self as the window object is not present in service workers.