Added readonly flag for CSSStyleDeclaration

This commit is contained in:
ProgramFOX 2014-12-28 17:39:07 +01:00
parent c4b93d30e4
commit 18d8ee6ce0
5 changed files with 35 additions and 14 deletions

View file

@ -35,7 +35,8 @@ pub enum Error {
Network,
Abort,
Timeout,
DataClone
DataClone,
NoModificationAllowedError
}
/// The return type for IDL operations that can throw DOM exceptions.