Stone.js API
    Preparing search index...
    • Boots a Stone.js app and returns its Web-standard fetch handler.

      This is the foundation the platform serve* helpers build on: it runs the real bootstrap via StoneFactory with the Fetch adapter forced current, yielding (request, executionContext?) => Promise<Response>.

      Parameters

      Returns Promise<FetchHandler>

      The fetch handler.