Preparing search index...
The search index is not available
@google/genai
@google/genai
interactions/internal/to-file
ResponseLike
Interface ResponseLike
Intended to match DOM Response, node-fetch Response, undici Response, etc.
interface
ResponseLike
{
url
:
string
;
blob
()
:
Promise
<
BlobLike
>
;
}
Index
Properties
url
Methods
blob
Properties
url
url
:
string
Methods
blob
blob
()
:
Promise
<
BlobLike
>
Returns
Promise
<
BlobLike
>
Settings
Theme
OS
Light
Dark
On This Page
Properties
url
Methods
blob
@google/genai
Loading...
Intended to match DOM Response, node-fetch Response, undici Response, etc.