ba4d8952c6
This does not work with `ArrayBuffer` out of the box and will need to be investigated and tested more before switching. Some APIs also seemed to have changed: - Before (OOP): `new textsecure.protobuf.WebSocketMessage(…).encode();` - After (functional): ``` textsecure.protobuf.WebSocketMessage.encode( new textsecure.protobuf.WebSocketMessage(…) ); ``` This reverts commit d758119d9de4f99742ea941e86180b1d600c2f22. |
||
---|---|---|
.. | ||
_test.js | ||
account_manager_test.js | ||
blanket_mocha.js | ||
contacts_parser_test.js | ||
crypto_test.js | ||
fake_api.js | ||
generate_keys_test.js | ||
helpers_test.js | ||
in_memory_signal_protocol_store.js | ||
index.html | ||
message_receiver_test.js | ||
protocol_test.js | ||
protocol_wrapper_test.js | ||
storage_test.js | ||
task_with_timeout_test.js | ||
websocket-resources_test.js | ||
websocket_test.js |