mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Performance Timeline API
This commit is contained in:
parent
24270f9357
commit
52348f1fcc
18 changed files with 599 additions and 7 deletions
|
@ -122,7 +122,7 @@ pub fn is_token(s: &[u8]) -> bool {
|
|||
///
|
||||
/// [idl]: https://heycam.github.io/webidl/#idl-DOMString
|
||||
///
|
||||
/// Cenceptually, a DOMString has the same value space as a JavaScript String,
|
||||
/// Conceptually, a DOMString has the same value space as a JavaScript String,
|
||||
/// i.e., an array of 16-bit *code units* representing UTF-16, potentially with
|
||||
/// unpaired surrogates present (also sometimes called WTF-16).
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue