mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-14 08:36:25 +00:00
add non-working listener methods
This commit is contained in:
parent
cdcefa5cfa
commit
fcf04bf7f5
@ -30,7 +30,10 @@ createMethods(List.prototype, objectTypes.LIST, [
|
||||
'filtered',
|
||||
'sorted',
|
||||
'snapshot',
|
||||
'isValid',
|
||||
'isValid',
|
||||
'addListener',
|
||||
'removeListener',
|
||||
'removeAllListeners',
|
||||
]);
|
||||
|
||||
// Mutating methods:
|
||||
|
@ -30,6 +30,9 @@ createMethods(Results.prototype, objectTypes.RESULTS, [
|
||||
'sorted',
|
||||
'snapshot',
|
||||
'isValid',
|
||||
'addListener',
|
||||
'removeListener',
|
||||
'removeAllListeners',
|
||||
]);
|
||||
|
||||
export function createResults(realmId, info) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user