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

Properties

Properties

init: RequestInit
url: URL