NativeExtensionRequestBody type
Request which will be forwarded to native broker by the browser extension
type NativeExtensionRequestBody = {
method: NativeExtensionMethod,
request?: NativeTokenRequest,
}
Ta przeglądarka nie jest już obsługiwana.
Przejdź na przeglądarkę Microsoft Edge, aby korzystać z najnowszych funkcji, aktualizacji zabezpieczeń i pomocy technicznej.
Request which will be forwarded to native broker by the browser extension
type NativeExtensionRequestBody = {
method: NativeExtensionMethod,
request?: NativeTokenRequest,
}