mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Add spec links
This commit is contained in:
parent
f039827dcd
commit
233a769c67
61 changed files with 284 additions and 87 deletions
|
@ -40,6 +40,7 @@ impl File {
|
|||
}
|
||||
|
||||
impl<'a> FileMethods for &'a File {
|
||||
// https://w3c.github.io/FileAPI/#dfn-name
|
||||
fn Name(self) -> DOMString {
|
||||
self.name.clone()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue