Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Chrome web data api: rejected

philikon edited this page Apr 13, 2011 · 1 revision

Account Storage API (DRAFT -- to replace Chrome Storage API)

accountGetAll

Get all accounts

accountUpdate

Update a specific account

accountGetData

Gets auxiliary data associated with an account.

accountSetData

Sets auxiliary data associated with an account.

Account storage component API (in chrome)

getAll

Get all accounts

clearAll

Clear all accounts

get

Get a specific account

update

Update a specific account

remove

Remove a specific account

getData

Gets auxiliary data associated with an account.

setData

Sets auxiliary data associated with an account.