我正在尝试在由 http://localhost:8080 提供的网页上注册自定义协议处理程序
这是我的代码:
<script>
navigator.registerProtocolHandler("web+did", "http://localhost:8080?did=%s", "did search");
</script>
<a href="web+did://123456">Search DID</a>
但是当我单击链接时,网络浏览器只是将请求显示为“已取消”,为什么它没有被调度为“http://localhost:8080?did=123456”?
犯罪嫌疑人X
相关分类