Skip to content

Commit

Permalink
Updates with details of fix for #10
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithHenry committed Feb 5, 2019
1 parent 925d062 commit 128196e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,6 @@ async function startDoSomethingHybrid(callback) {
```

Older versions added a `...Async` suffix to either the function (2.0.0) or the API class (1.0.0). These are still available on bower (but not npm) and are not maintained.

#### v3.3.1
This addresses a breaking change in `chrome.storage` and fixes _TypeError: Illegal invocation: Function must be called on an object of type StorageArea_ exceptions.

0 comments on commit 128196e

Please sign in to comment.