mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Added readonly flag for CSSStyleDeclaration
This commit is contained in:
parent
c4b93d30e4
commit
18d8ee6ce0
5 changed files with 35 additions and 14 deletions
|
@ -35,7 +35,8 @@ pub enum Error {
|
|||
Network,
|
||||
Abort,
|
||||
Timeout,
|
||||
DataClone
|
||||
DataClone,
|
||||
NoModificationAllowedError
|
||||
}
|
||||
|
||||
/// The return type for IDL operations that can throw DOM exceptions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue