Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

SystemStorage should inherit from EventTarget #11

Open
halton opened this issue Nov 21, 2013 · 0 comments
Open

SystemStorage should inherit from EventTarget #11

halton opened this issue Nov 21, 2013 · 0 comments

Comments

@halton
Copy link

halton commented Nov 21, 2013

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;
};
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant