Sign in
webkit
/
WebKit
/
e8494a3e400e9840c5c9d3a9498548be8949fc6c
/
.
/
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>