Sign in
webkit
/
WebKit
/
f769e514944504ab0f19dbc22e4bc75842cebc49
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
web-authentication-get-assertion.html
blob: bf49a5fdcf18d470d5b32b786c1d0dc5e06cb92e [
file
] [
log
] [
blame
]
<script>
const
options
=
{
publicKey
:
{
challenge
:
new
Uint8Array
(
16
),
timeout
:
1
}
};
navigator
.
credentials
.
get
(
options
);
</script>