mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
parent
61fe737885
commit
a97ba4f57d
7 changed files with 3 additions and 35 deletions
|
@ -89,11 +89,6 @@ impl ImmutableOrigin {
|
|||
pub fn ascii_serialization(&self) -> String {
|
||||
self.clone().into_url_origin().ascii_serialization()
|
||||
}
|
||||
|
||||
/// <https://html.spec.whatwg.org/multipage/#unicode-serialisation-of-an-origin>
|
||||
pub fn unicode_serialization(&self) -> String {
|
||||
self.clone().into_url_origin().unicode_serialization()
|
||||
}
|
||||
}
|
||||
|
||||
/// Opaque identifier for URLs that have file or other schemes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue