build: update typescript and webpack (#22776)

This commit is contained in:
Samuel Attard 2020-03-19 16:55:49 -07:00 committed by GitHub
parent f1a0d5e811
commit aa15a2cc03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 211 additions and 159 deletions

View file

@ -154,7 +154,7 @@ declare namespace ElectronInternal {
isMainFrame: boolean;
}
abstract class WebViewElement extends HTMLElement {
class WebViewElement extends HTMLElement {
static observedAttributes: Array<string>;
public contentWindow: Window;