mirror of
https://github.com/servo/servo.git
synced 2025-07-11 17:33:47 +01:00
7 lines
No EOL
101 B
Text
7 lines
No EOL
101 B
Text
interface Foo {
|
|
attribute DOMString bar;
|
|
};
|
|
|
|
partial interface Foo {
|
|
attribute DOMString quux;
|
|
}; |