Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webkitRTCPeerConnection warning from bundled closure-compiler externs #3587

Closed
vapier opened this issue May 2, 2020 · 1 comment
Closed
Assignees

Comments

@vapier
Copy link
Member

vapier commented May 2, 2020

starting with the v20200426 release, an error is always emitted from the bundled externs archive, even when run on a completely empty input.

repro:

$ closure-compiler --version
Closure Compiler (http://github.com/google/closure-compiler)
Version: v20200426
Built on: 2020-05-01 00:00

$ echo | closure-compiler --checks-only --jscomp_error=*
The compiler is waiting for input via stdin.
externs.zip//nonstandard_rtc.js:44: ERROR - [JSC_STRICT_INEXISTENT_PROPERTY] Property webkitRTCPeerConnection never defined on Window
var webkitRTCPeerConnection = RTCPeerConnection;
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1 error(s), 0 warning(s)
@brad4d brad4d self-assigned this May 4, 2020
@brad4d
Copy link
Contributor

brad4d commented May 4, 2020

I'm working on fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants