mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-11 07:42:00 +00:00
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
interface Foo {
|
|
attribute DOMString bar;
|
|
};
|
|
|
|
partial interface Foo {
|
|
attribute DOMString quux;
|
|
}; |