我一直对如何使用外部协议请求感到困惑。
我的外部请求url是‘playUpun:// Script :5122’,我试图从一个内容脚本中调用它,该脚本将从网页上运行,并不断得到关于
jquery.js:4 XMLHttpRequest无法加载playUpun://XMLHttpRequest:5122。跨源请求仅支持协议方案: http、data、chrome、chrome https、https、chrome-。
发布于 2016-05-13 05:39:41
通过External protocol request找到解决方案
必须使用<a href=""> div标志。
https://stackoverflow.com/questions/37201991
复制相似问题