mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
implement basic infra for ResizeObserver (#31108)
This commit is contained in:
parent
3c1c395dfc
commit
3d78d60619
29 changed files with 706 additions and 4 deletions
|
@ -166,6 +166,7 @@ pub fn throw_dom_exception(cx: SafeJSContext, global: &GlobalScope, result: Erro
|
|||
}
|
||||
|
||||
/// A struct encapsulating information about a runtime script error.
|
||||
#[derive(Default)]
|
||||
pub struct ErrorInfo {
|
||||
/// The error message.
|
||||
pub message: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue