Stone.js API
    Preparing search index...
    • Resolve the kernel's responses into browser responses.

      The same response class the browser uses: a native application has no status line to write, but the kernel still needs a response type, and reusing this one is what lets a page's handle() return the same thing on both platforms.

      Parameters

      • context: BlueprintContext<IBlueprint, ClassType>

        The configuration context containing modules and blueprint.

      • next: NextMiddleware<BlueprintContext<IBlueprint, ClassType>, IBlueprint>

        The next pipeline function.

      Returns Promise<IBlueprint>

      The updated blueprint.