mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
EventSource: decode UTF-8 code points across network packets
This commit is contained in:
parent
6ac106ca76
commit
57438cffeb
4 changed files with 40 additions and 5 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2373,6 +2373,7 @@ dependencies = [
|
|||
"tinyfiledialogs 2.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"utf-8 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uuid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"webrender_traits 0.39.0 (git+https://github.com/servo/webrender)",
|
||||
"webvr 0.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue