navigator.clipboard.readText does not give an error if called in invalid context |
|
Issue descriptionChrome Version: 68.0.3440.106 OS: Linux (tested) What steps will reproduce the problem? (1) Navigate to https://example.com (2) Open the JS console. (3) Run navigator.clipboard.readText() What is the expected result? API fails with an error message. What happens instead? API fails with "undefined". |
|
►
Sign in to add a comment |
|
Comment 1 by yosin@chromium.org
, Sep 26Status: WontFix (was: Untriaged)