The Symbol.asyncIterator
static data property represents the well-known symbol @@asyncIterator
. The async iterable protocol looks up this symbol for the method that returns the async iterator for an object. In order for an object to be async iterable, it must have an @@asyncIterator
key.