Type Alias RequestSource

RequestSource: {
    buffer?: ArrayBuffer;
    headers?: Record<string, string>;
    url?: string;
}