Skip to content

Browser.services property incorrect type #54

@Julusian

Description

@Julusian

The services getter on the Browser class claims to return the class Service, when it actually returns plain objects which mostly happens to line up with that class.

Looking into the code, this issue runs deeper the return value of buildServicesFor inside the Browser class is returning KeyValue objects, which is then cast to Service, with the remaining logic assuming it is of type Service.

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