Skip to content

Commit

Permalink
add enableStats option
Browse files Browse the repository at this point in the history
  • Loading branch information
James Lees committed Feb 11, 2020
1 parent 1721062 commit 86f40ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ type AuthTransport = 'ajax' | 'jsonp';

export interface Options {
activityTimeout?: number;
disableStats?: boolean;
enableStats?: boolean;
disableStats?: boolean; // deprecated
authEndpoint?: string;
auth?: AuthOptions;
authTransport?: AuthTransport;
Expand Down

0 comments on commit 86f40ac

Please sign in to comment.