This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Description
Same as
interface SystemDisplay : EventTarget {
readonly attribute DisplayUnit[] displays;
attribute EventHandler onconnect;
attribute EventHandler ondisconnect;
};
Storage should do same thing
interface SystemStorage : EventTarget {
readonly attribute StorageUnit[] storages;
attribute EventHandler onattach;
attribute EventHandler ondetach;
};