time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

repl.txt (303B)


      1 
      2 {{alias}}
      3     Async iterator symbol.
      4 
      5     This symbol specifies the default async iterator for an object.
      6 
      7     The symbol is only supported in ES2018+ environments. For non-supporting
      8     environments, the value is `null`.
      9 
     10     Examples
     11     --------
     12     > var s = {{alias}}
     13 
     14     See Also
     15     --------
     16