6 lines
92 B
Text
6 lines
92 B
Text
|
|
interface HTMLDirectoryElement : HTMLElement {
|
||
|
|
|
||
|
|
[Reflect] attribute boolean compact;
|
||
|
|
|
||
|
|
}
|