Stone.js API
    Preparing search index...

    Wraps the raw native response.

    On every other platform the raw response is something to write back: a status and a body. A native application has nobody to write to, so the effect is a render, and the adapter carries it as a deferred closure the view layer contributes. Running it here, at the very end of the event's life, is what keeps rendering out of the kernel.

    Implements

    Index
    • Execute the deferred render effect, if any, and return its result.

      Returns Promise<unknown>

      The platform response.