Skip to content

Support for array of globals #1

@waghcwb

Description

@waghcwb

It will be nice if we can do something like this

 awaitGlobal(['SomeGlobal', 'AnotherGlobal']).then(globals=> {
   const [ SomeGlobal, AnotherGlobal ] = globals
    console.log(SomeGlobal);
  });

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