After reading through the documentation on "Generation and Iteration for ES5", I implemented this polyfill:
(Symbol as any).asyncIterator = Symbol.asyncIterator || Symbol.for("Symbol.asyncIterator");
However, upon doing so, my browser encountered an error:
Uncaught TypeError: Cannot assign to read only property ‘asyncIterator’ of function ‘function Symbol() { [native code] }’