interface RequestObj {
    url: URL;
    init: RequestInit;
}

Properties

Properties

url: URL
init: RequestInit