chrome.storage.sync undefined?

前端 未结 4 1149
一整个雨季
一整个雨季 2020-12-04 23:05

I\'m trying to use chrome storage in an extension, via a content_script, but I keep failing on

Uncaught TypeError: Cannot read property \'sync\' of undefine         


        
4条回答
  •  再見小時候
    2020-12-04 23:57

    See https://developer.chrome.com/extensions/content_scripts.html:

    However, content scripts have some limitations. They cannot:

    Use chrome. APIs (except for parts of chrome.extension)*

    (emphasis added)

提交回复
热议问题