Skip to content

Rename EndingTypes to EndingType or EndingsType #91

@inexorabletash

Description

@inexorabletash

Sorry, missed this during the review.

The EndingTypes enum is named with a plural which doesn't make sense when used in the dictionary:

dictionary BlobPropertyBag {
  DOMString type = "";
  EndingTypes endings = "transparent";
};

There's only one type so the property type shouldn't be types.

Either EndingType or EndingsType makes more sense.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions