Skip to content

Array.from() doesn't work in this browser? #11

@leocaseiro

Description

@leocaseiro

Hi, I'm trying to understand why, when I use:

const midiAccess = await navigator.requestMIDIAccess();
const inputs = Array.from(midiAccess.inputs.values());

My inputs is an empty array, even though I can see the elements when logging midiAccess.inputs.values().

Does that mean that Array.from is not working properly in this browser?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions