Skip to content

This is a simple object for storing a document in HTML5 storage.

Notifications You must be signed in to change notification settings

acl0056/html5doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

html5doc

Html5Doc lets you store and retrieve document objects from local storage. Of course, this is something that is fairly easy to do already, so why would you use Html5Docs?

  • It adds a little bit of structure with the idea of document object stores, which allows you to easily group your documents by type, user, or whatever your implementation requires.
  • It provides safety from compatibility issues by catching exceptions and returning boolean success values.
  • It also provides a separate test method for browser compatibility.

View the documentation.

About

This is a simple object for storing a document in HTML5 storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published