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

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
Loading