|
1 | 1 | name: registerProtocolHandler |
2 | 2 | description: "The `navigator.registerProtocolHandler()` method declares a site's ability to handle an address scheme (also known as a protocol). For example, an email site can register to open `mailto:` URLs or a VoIP site to open `tel:` URLs." |
3 | 3 | spec: https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers |
| 4 | +status: |
| 5 | + compute_from: api.Navigator.registerProtocolHandler |
4 | 6 | compat_features: |
5 | 7 | - api.Navigator.registerProtocolHandler |
| 8 | + - api.Navigator.registerProtocolHandler.scheme_parameter_bitcoin |
| 9 | + - api.Navigator.registerProtocolHandler.scheme_parameter_ftp |
| 10 | + - api.Navigator.registerProtocolHandler.scheme_parameter_ftps |
| 11 | + - api.Navigator.registerProtocolHandler.scheme_parameter_geo |
| 12 | + - api.Navigator.registerProtocolHandler.scheme_parameter_im |
| 13 | + - api.Navigator.registerProtocolHandler.scheme_parameter_irc |
| 14 | + - api.Navigator.registerProtocolHandler.scheme_parameter_ircs |
| 15 | + - api.Navigator.registerProtocolHandler.scheme_parameter_magnet |
| 16 | + - api.Navigator.registerProtocolHandler.scheme_parameter_mailto |
| 17 | + - api.Navigator.registerProtocolHandler.scheme_parameter_matrix |
| 18 | + - api.Navigator.registerProtocolHandler.scheme_parameter_mms |
| 19 | + - api.Navigator.registerProtocolHandler.scheme_parameter_news |
| 20 | + - api.Navigator.registerProtocolHandler.scheme_parameter_nntp |
| 21 | + - api.Navigator.registerProtocolHandler.scheme_parameter_openpgp4fpr |
| 22 | + - api.Navigator.registerProtocolHandler.scheme_parameter_sftp |
| 23 | + - api.Navigator.registerProtocolHandler.scheme_parameter_sip |
| 24 | + - api.Navigator.registerProtocolHandler.scheme_parameter_sms |
| 25 | + - api.Navigator.registerProtocolHandler.scheme_parameter_smsto |
| 26 | + - api.Navigator.registerProtocolHandler.scheme_parameter_ssh |
| 27 | + - api.Navigator.registerProtocolHandler.scheme_parameter_tel |
| 28 | + - api.Navigator.registerProtocolHandler.scheme_parameter_urn |
| 29 | + - api.Navigator.registerProtocolHandler.scheme_parameter_webcal |
| 30 | + - api.Navigator.registerProtocolHandler.scheme_parameter_wtai |
| 31 | + - api.Navigator.registerProtocolHandler.scheme_parameter_xmpp |
| 32 | + - api.Navigator.registerProtocolHandler.secure_context_required |
6 | 33 | - api.Navigator.unregisterProtocolHandler |
0 commit comments