build: update typescript and webpack (#22776)
This commit is contained in:
parent
f1a0d5e811
commit
aa15a2cc03
5 changed files with 211 additions and 159 deletions
2
typings/internal-electron.d.ts
vendored
2
typings/internal-electron.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue