ErrLookup › zenorocha/clipboard.js
zenorocha/clipboard.js
:scissors: Modern copy to clipboard. No Flash. Just 3kb gzipped :clipboard: · JavaScript · 11 source files
Analyzed at 899378dee9 on 2026-08-13. 4 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Invalid "action" value, use either "copy" or "cut" | exception | error | clipboard, validation, input-validation, api-misuse |
| Invalid "target" attribute. Please use "readonly" instead of | exception | error | clipboard, dom, form-controls, attribute-mismatch |
| Invalid "target" attribute. You can't cut text from elements | exception | error | clipboard, dom, form-controls, attribute-mismatch, state-mutation |
| Invalid "target" value, use a valid Element | exception | error | clipboard, dom, type-mismatch, api-misuse, null-reference |