matrix-js-sdk
c6e21c9c - Make Olm work with browserified js-sdk

Comment changes are shownComment changes are hidden
Commit
8 years ago
Make Olm work with browserified js-sdk We want to avoid distributing olm as part of the js-sdk, so we exclude it from the browserified build. Previously this meant that you couldn't use olm this way. We can do better though: if the web page includes olm.js via a separate script tag, that will set global.Olm, which we can get browserify to shim in.
Author
Committer
Parents
  • File
    package.json
  • src/crypto
    • File
      OlmDevice.js