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