mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
7 lines
101 B
Text
7 lines
101 B
Text
|
|
interface Foo {
|
||
|
|
attribute DOMString bar;
|
||
|
|
};
|
||
|
|
|
||
|
|
partial interface Foo {
|
||
|
|
attribute DOMString quux;
|
||
|
|
};
|