APISplicestakeWhileAsyncOn this pageFunction: takeWhileAsync() Returns an async iterable containing the values of asyncIterable in iteration order up until but not including the first value for which fn returns a value awaitable to a falsy value. Example