@oazmi/kitchensink - v0.9.16
    Preparing search index...

    Variable response_jsonConst

    response_json: (data: any, init?: ResponseInit) => Response = ...

    alias for Response.json.

    Type declaration

      • (data: any, init?: ResponseInit): Response
      • The json() static method of the Response interface returns a Response that contains the provided JSON data as body, and a Content-Type header which is set to application/json.

        MDN Reference

        Parameters

        • data: any
        • Optionalinit: ResponseInit

        Returns Response