From 128196eae7fdc99e34955bedaaa3310f14ebe1ea Mon Sep 17 00:00:00 2001 From: Keith Henry Date: Tue, 5 Feb 2019 08:39:20 +0000 Subject: [PATCH] Updates with details of fix for #10 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e7a38e1..1d66edd 100644 --- a/README.md +++ b/README.md @@ -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.