Skip to content

Correctly handle FrozenArray and ObservableArray #36

@j-f1

Description

@j-f1
Member

FrozenArrays are essentially readonly arrays in Swift.

ObservableArrays seem to have an identical API to a regular array, except that the spec can define custom behaviors when the array is modified. So I’m not sure whether we need to do anything special in Swift to handle this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @j-f1

        Issue actions

          Correctly handle FrozenArray and ObservableArray · Issue #36 · swiftwasm/WebAPIKit