Skip to content

Commit

Permalink
feat: add pending write queue to record core
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Harley committed Dec 12, 2017
1 parent e2805fc commit 3b7b1c8
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 3 deletions.
2 changes: 2 additions & 0 deletions dist/src/record/record-core.d.ts
Expand Up @@ -39,6 +39,7 @@ export declare class RecordCore extends Emitter {
private deletedTimeout;
private deleteResponse;
private whenComplete;
private pendingWrites;
constructor(name: string, services: Services, options: Options, recordServices: RecordServices, whenComplete: (recordName: string) => void);
readonly recordState: RECORD_STATE;
usages: number;
Expand Down Expand Up @@ -130,6 +131,7 @@ export declare class RecordCore extends Emitter {
private onResubscribing();
private onOfflineLoading();
private onReady();
private applyPendingWrites();
private onUnsubscribed();
private onDeleted();
handle(message: RecordMessage): void;
Expand Down
34 changes: 33 additions & 1 deletion dist/src/record/record-core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b7b1c8

Please sign in to comment.