Error: Incorrect argument types for storage.StorageArea.set
问题 I need to store an array of objects using storage.local . When I try to call set to insert data to the storage, I get the following error: Error: Incorrect argument types for storage.StorageArea.set. Here is the manifest: { "manifest_version": 2, "name": "test", "version": "1.0", "icons": { "64": "icons/myicon.png" }, "browser_action": { "default_icon": "icons/myicon.png", "default_title": "test", "default_popup": "popup/input.html" }, "background": { "scripts": ["test.js"] }, "permissions":