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

SystemStorage should inherit from EventTarget #11

@halton

Description

@halton

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;
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions