I used the Navigator.registerProtocolHandler() method in the browser API to register a custom protocol handler. It works very well, and it does what I expected. However, does anyone know how to remove a custom protocol handler once set?
I used the Navigator.registerProtocolHandler() method in the browser API to register a custom protocol handler. It works very well, and it does what I expected. However, does anyone know how to remove a custom protocol handler once set?