realm-js/lib/browser
Mark Rowe 848a5b1c09 Expose an object's internal object ID, and allow fetching an object by its object ID (#1460)
* Expose an object's internal object ID, and allow fetching an object by its object ID
* Throw an exception if methods related to object IDs are used on non-synced Realms.
* Use `std::stoull` to ensure we can return the entire range of possible values.
* Add tests for _objectId() / _objectForObjectId().
* Adding change log
* Skip ObjectIdTests.testSynced for non-Node.
2017-11-08 11:22:59 +01:00
..
.eslintrc.json Bumped version of ESLint, added eslinting of specs, make all linting pass 2016-11-14 10:48:50 -08:00
base64.js Convert browser module to use ES6 modules 2016-02-29 03:24:58 -08:00
collections.js Align the error thrown for assigning to read-only collection properties 2017-09-26 13:43:01 -07:00
constants.js Sync Session API (#825) 2017-02-01 14:18:59 +01:00
index.js Expose an object's internal object ID, and allow fetching an object by its object ID (#1460) 2017-11-08 11:22:59 +01:00
lists.js Add support for aggregates on collections (#807) (#1350) 2017-09-29 16:53:37 +05:30
objects.js Expose an object's internal object ID, and allow fetching an object by its object ID (#1460) 2017-11-08 11:22:59 +01:00
results.js Add support for bulk updates (#808) 2017-10-10 16:25:47 +05:30
rpc.js Pr review 2017-10-02 17:10:58 +03:00
session.js Fix Chrome Debugger for RN 2017-09-11 15:50:44 +03:00
user.js Enable _adminUser in RN debug context 2017-09-28 01:26:20 +03:00
util.js Fix typo 2017-09-11 15:50:44 +03:00