mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-07 02:18:53 +00:00
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
interface Foo {
|
|
attribute DOMString bar;
|
|
};
|
|
|
|
partial interface Foo {
|
|
attribute DOMString quux;
|
|
}; |