chore: cleanup dead <webview> related code (#29039)

This commit is contained in:
Milan Burda 2021-05-06 22:56:05 +02:00 committed by GitHub
parent dab9a88413
commit cbba602eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 18 deletions

View file

@ -285,16 +285,6 @@ declare namespace ElectronInternal {
loader: ModuleLoader;
}
interface WebFrameResizeEvent extends WebViewEvent {
newWidth: number;
newHeight: number;
}
interface WebViewEvent extends Event {
url: string;
isMainFrame: boolean;
}
class WebViewElement extends HTMLElement {
static observedAttributes: Array<string>;