realm-js/lib
Thomas Goyne 2d04437818 Throttle HTTP requests made to the auth server
Making thousands of HTTP requests simultaneously inevitably results in some
failing or the server being overwhelmed, so limit how many can be made at once
(currently to the arbitrary cap of 5) and enqueue any further requests.
2018-03-15 17:09:23 -07:00
..
browser Paramters must be transferred. (#1638) 2018-01-26 17:21:09 +01:00
.eslintrc.json Bumped version of ESLint, added eslinting of specs, make all linting pass 2016-11-14 10:48:50 -08:00
.npmignore Ignore more things when publishing with NPM 2016-01-22 16:43:53 -08:00
collection-methods.js Frozen results during iteration. (#1368) 2017-10-02 23:15:19 +02:00
errors.js Fix IncompatibleSyncedRealm support 2017-09-29 21:43:04 +03:00
extensions.js Fix an issue where `Realm.open` would complain about the Realm already 2017-12-18 14:54:08 -08:00
index.d.ts Fixing objectForPrimaryKey return type (#1664) 2018-02-16 10:27:30 +01:00
index.js Stop worker being redefined and breaking Jest #1635 (#1695) 2018-03-08 13:26:00 -08:00
management-schema.js Alignment of permission schemas with ROS 2 (#1344) 2017-09-26 11:23:36 +02:00
notification-worker.js Copying definition of functions (#1621) 2018-01-16 10:11:30 +01:00
notifier.js Wait for pending notifications to complete when removing a sync listener (#1648) 2018-02-01 14:38:02 +01:00
permission-api.js Remove configuration handling from `Realm._waitForDownload` 2017-10-10 21:16:23 -07:00
submit-analytics.js Check for REALM_DISABLE_ANALYTICS earlier in submit-analytics.js 2017-10-10 16:27:32 -07:00
user-methods.js Throttle HTTP requests made to the auth server 2018-03-15 17:09:23 -07:00
worker.js Support async sync change listeners (#1626) 2018-01-18 12:20:17 +01:00