mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Áxel Costas Pena <https://github.com/axelcostaspena>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module simplestoragejs {
|
||||
declare namespace simplestoragejs {
|
||||
|
||||
/**
|
||||
* {@link simpleStorage} API is a subset of {@link http://www.jstorage.info/|jStorage} with slight modifications, so for most cases it should work out of the box if you are converting from {@link http://www.jstorage.info/|jStorage}. Main difference is between return values - if an action failed because of an error (storage full, storage not available, invalid data used etc.), you get the error object as the return value. {@link http://www.jstorage.info/|jStorage} never indicated anything if an error occurred.
|
||||
|
||||
Reference in New Issue
Block a user