The state of registerProtocolHandler
Gyuyoung Kim �<gyuyoung.kim@lge.com>
The state of registerProtocolHandler
Gyuyoung Kim �<gyuyoung.kim@lge.com>
What’s navigator.registerProtocolHandler?
How is the support in Chromium?
<html>
<head>
<script>
navigator.registerProtocolHandler(
"web+github",
"https://gyuyoung.github.io/CustomSchemeExample/url=%s",
"github handler");
</script>
</head>
<body>
<p>If you click this link, it runs <code>web+github:</code> protocol:� <a href="web+github:gyuyoung">this</a></p>
</body>
</html>
How many users have used it?
What problems were fixed recently?
What’s the next?
Thank you!
Work sponsored by