Skip to content

Commit

Permalink
feat: Can change expiry key name in localstorage for multiple instance
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrousseaufilion committed Feb 8, 2017
1 parent 1f8b29c commit cfd0b15
Show file tree
Hide file tree
Showing 8 changed files with 320 additions and 241 deletions.
1 change: 1 addition & 0 deletions modules/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export * from './src/storageinterruptsource';
export * from './src/keepalivesvc';
export * from './src/idleexpiry';
export * from './src/simpleexpiry';
export * from './src/localstorage';
export * from './src/localstorageexpiry';

export const DEFAULT_INTERRUPTSOURCES: any[] = [new DocumentInterruptSource(
Expand Down
Loading

0 comments on commit cfd0b15

Please sign in to comment.