Skip to content

geppy/chrome_storage_dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome_storage_dart

Element access to the chrome.storage API. Based on Polymer.dart's core-localstorage-dart, and provides the same API (except I've added the 'sync' attribute to enable Chrome Sync).

Usage

Local storage:

<link rel="import" href="../../packages/chrome_storage_dart/chrome_storage_dart.html">

<chrome-storage-dart name="key" value="{{ value }}"></chrome-storage-dart>

Synchronized storage:

<link rel="import" href="../../packages/chrome_storage_dart/chrome_storage_dart.html">

<chrome-storage-dart name="key" value="{{ value }}" sync></chrome-storage-dart>

Raw value storage (not stored as JSON):

<link rel="import" href="../../packages/chrome_storage_dart/chrome_storage_dart.html">

<chrome-storage-dart name="key" value="{{ value }}" useRaw></chrome-storage-dart>

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

Element access to Chrome Storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages