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