Confirmed users
53
edits
Line 132: | Line 132: | ||
DataStoreKey id = 0; | DataStoreKey id = 0; | ||
DOMString operation = ""; | DOMString operation = ""; | ||
DOMStirng owner = ""; | |||
}; | }; | ||
Line 139: | Line 140: | ||
readonly attribute DataStoreKey id; | readonly attribute DataStoreKey id; | ||
readonly attribute DOMString operation; | readonly attribute DOMString operation; | ||
readonly attribute DOMString owner; | |||
}; | }; | ||