Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntegrate unrecognized schemes with embedder when navigating #26589
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://account.altvr.com/events/featured has links like altspace://account.altvr.com/api/events/1463232253529161767. Servo happily tries to fetch that URL and gives us when it doesn't recognize the scheme. We probably want to integrate with the embedder to give the OS a chance to handle unrecognized schemes.