- Preparing search index...
- The search index is not available
gaebolg
Function successDelivered
- successDelivered(url: string, userAgent: null | string): Promise<{
body: string;
headers: {
Content-Type: string;
};
statusCode: number;
}>
-
Parameters
-
url: string
-
userAgent: null | string
Returns Promise<{
body: string;
headers: {
Content-Type: string;
};
statusCode: number;
}>