Skip to content

Implement protocol handlers #40615

@TimvdLippe

Description

@TimvdLippe

Spec: https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers

These API's allow websites to register a callback for specific schemes. Implementing the web API is relatively straightforward. The interesting part is hooking this up to embedders so that they can specify handlers however they want.

Additionally, we also need to persist the information so that we don't constantly nag the user about it. We can leave that up to the embedder, but it would be nicer if Servo handles that.

Metadata

Metadata

Assignees

Labels

A-apiIssues dealing with Servo's embedding APIA-content/domInteracting with the DOM from web contentE-more-complexVariable effort required; may require a mentor. Recommended solution is clearly described in the iss

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions