Web 中处理自定义协议

Tags
webapp
Created
Feb 28, 2020 3:03 PM

// URL 处理器:https://github.com/WICG/pwa-url-handler/blob/master/explainer.md

和链接的区别:定义协议就是定义资源种类,用户可以选择处理该类资源的程序。

registerProtocolHandler

  • 注册协议
  • 指定协议处理器 // url

// registerContentHandler(已弃用)

PWAs 支持(manifest protocol_handlers 字段):https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/URLProtocolHandler/explainer.md

WebExtensions 支持:https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/protocol_handlers

SuperMade with Super