Sign in
chromium
/
chromium
/
src
/
21c0bd9
/
.
/
chrome
/
browser
/
resources
/
accessibility
/
embedded_a11y_helper
/
clipboard_copy.ts
blob: 7e155c48e10420ec34e82fbb8c0352996ff80d2c [
file
] [
log
] [
blame
]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
document
.
execCommand
(
'copy'
);