CommonRequestInit type
type CommonRequestInit = Omit<RequestInit, "body" | "headers" | "signal"> & {
body?: any
headers?: any
signal?: any
}
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
type CommonRequestInit = Omit<RequestInit, "body" | "headers" | "signal"> & {
body?: any
headers?: any
signal?: any
}