写chrome插件TypeError: Error in invocation of tabs.create(object createProperties
Posted vieber
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了写chrome插件TypeError: Error in invocation of tabs.create(object createProperties相关的知识,希望对你有一定的参考价值。
写chrome插件,调用tabs.create函数的时候报错
Error in event handler: TypeError: Error in invocation of tabs.create(object createProperties, optional function callback): No matching signature.
原来调用方式有问题,应该这么调用
chrome.tabs.create(url: 'https://fanyi.baidu.com');
参考文档
api文档
以上是关于写chrome插件TypeError: Error in invocation of tabs.create(object createProperties的主要内容,如果未能解决你的问题,请参考以下文章
[Vue warn]: Error in render: "TypeError: Cannot read property '0' of undefined