fix(lint): remove WKTargetSessionEvents from wkTarget.ts
This commit is contained in:
parent
e826a4d3f4
commit
b1f2061037
|
|
@ -18,7 +18,7 @@
|
||||||
import { BrowserContext } from '../browserContext';
|
import { BrowserContext } from '../browserContext';
|
||||||
import { Page } from '../page';
|
import { Page } from '../page';
|
||||||
import { Protocol } from './protocol';
|
import { Protocol } from './protocol';
|
||||||
import { WKTargetSession, WKTargetSessionEvents } from './wkConnection';
|
import { WKTargetSession } from './wkConnection';
|
||||||
import { WKPage } from './wkPage';
|
import { WKPage } from './wkPage';
|
||||||
import { WKBrowser } from './wkBrowser';
|
import { WKBrowser } from './wkBrowser';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue