1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00

Implement receipt handling and expose new Room functions

Add polyfills for Array.map/filter according to MDN because it looks much
better than the utils format.

Add stub tests for edge cases and implement test for the common case.
This commit is contained in:
Kegan Dougal
2015-10-16 11:32:27 +01:00
parent 43fc200dae
commit 9048efeb65
4 changed files with 313 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
var matrixcs = require("./lib/matrix");
matrixcs.request(require("request"));
module.exports = matrixcs;
var utils = require("./lib/utils");
utils.runPolyfills();