mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
docs: dom binding link fixes (#31311)
This commit is contained in:
parent
cdafaa57a0
commit
c367309a8f
1 changed files with 5 additions and 4 deletions
|
@ -36,10 +36,11 @@
|
|||
//! trait is then implemented for `Foo`. (All methods take an `&self`
|
||||
//! parameter, as pointers to DOM objects can be freely aliased.)
|
||||
//!
|
||||
//! The return type and argument types are determined [as described below]
|
||||
//! (#rust-reflections-of-webidl-types).
|
||||
//! In addition to those, all methods that are [allowed to throw]
|
||||
//! (#throwing-exceptions) will have the return value wrapped in
|
||||
//! The return type and argument types are determined
|
||||
//! [as described below](#rust-reflections-of-webidl-types).
|
||||
//! In addition to those, all methods that are
|
||||
//! [allowed to throw](#throwing-exceptions)
|
||||
//! will have the return value wrapped in
|
||||
//! [`Fallible<T>`](error/type.Fallible.html).
|
||||
//! Methods that use certain WebIDL types like `any` or `object` will get a
|
||||
//! `*mut JSContext` argument prepended to the argument list. Static methods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue