1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

Usage instructions

This commit is contained in:
Kegsay
2015-03-04 21:11:04 +00:00
parent aad90e4f21
commit e971b9b92f

View File

@@ -1,4 +1,5 @@
// Wraps all matrix.js API calls in Q promises. // Wraps all matrix.js API calls in Q promises. To use this, simply
// require("matrix-promise") instead of require("matrix").
// //
// API calls usually accept callback functions. However, all API calls // API calls usually accept callback functions. However, all API calls
// also return the result from request(opts, callback). It seems pointless // also return the result from request(opts, callback). It seems pointless