navigator.getInstalledRelatedApps should reject with an Error object, not undefined |
||
Issue descriptionChrome Version: 57 OS: All What steps will reproduce the problem? (1) Turn on flag --enable-experimental-web-platform-features. (2) Console: navigator.getInstalledRelatedApps() What is the expected result? "Uncaught (in promise) AbortError" or similar. (Right now, it isn't implemented so it should just be an AbortError: Not implemented. Eventually, there is no well-defined failure case, but it should reject with AbortError if something goes wrong internally.) What happens instead? "Uncaught (in promise) undefined"
,
Sep 8 2017
,
Feb 16 2018
navigator.getInstalledRelatedApps return undefined |
||
►
Sign in to add a comment |
||
Comment 1 by mgiuca@chromium.org
, Feb 2 2017