NativeExtensionRequestBody type
Request which will be forwarded to native broker by the browser extension
type NativeExtensionRequestBody = {
method: NativeExtensionMethod,
request?: NativeTokenRequest,
}
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
Request which will be forwarded to native broker by the browser extension
type NativeExtensionRequestBody = {
method: NativeExtensionMethod,
request?: NativeTokenRequest,
}