NativeExtensionRequestBody type
Request which will be forwarded to native broker by the browser extension
type NativeExtensionRequestBody = {
method: NativeExtensionMethod,
request?: NativeTokenRequest,
}
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
Request which will be forwarded to native broker by the browser extension
type NativeExtensionRequestBody = {
method: NativeExtensionMethod,
request?: NativeTokenRequest,
}