servo / rust-url

URL parser for Rust
https://docs.rs/url/
Apache License 2.0
1.27k stars 317 forks source link

Mark Origin::unicode_serialization as deprecated? #881

Open evilpie opened 7 months ago

evilpie commented 7 months ago

The method's description links to https://html.spec.whatwg.org/multipage/browsers.html#unicode-serialisation-of-an-origin. Which just says:

There used to also be a Unicode serialization of an origin. However, it was never widely adopted.

https://github.com/whatwg/html/pull/2689