gpt4 book ai didi

google-chrome - 谷歌浏览器 Cookie 扩展 : "Cannot call method ' set' of undefined"

转载 作者:行者123 更新时间:2023-12-05 09:25:00 25 4
gpt4 key购买 nike

我在开发 chrome 扩展应用程序时尝试使用 google chrome cookies 扩展。我已按照此处的说明进行操作:http://code.google.com/chrome/extensions/cookies.html

我的 list 文件已经有了权限和 cookie。

现在的问题是我似乎无法调用 cookies 扩展中的任何方法

var newCookie = {'url:': 'http://*/*', 'name': 'routeCookie', 'value': route.tag[document.boxForm.routeBox.options.selectedIndex]};
chrome.cookies.set(newCookie);

错误:UnCaught TypeError:无法调用未定义的方法“set”

最佳答案

我敢打赌您正在尝试从内容脚本运行它。大多数 API 方法仅在后台页面中可用。

关于google-chrome - 谷歌浏览器 Cookie 扩展 : "Cannot call method ' set' of undefined",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6850787/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com