mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
It turned out that almost any usecase requires helper methods to access DOM inside the ExecutionContext. Instead of exposing execution contexts as-is, we should introduce IsolatedWorld as a first-class citizen that will hold execution contexts inside. |
||
---|---|---|
.. | ||
.eslintrc.js | ||
Browser.js | ||
BrowserFetcher.js | ||
Connection.js | ||
Coverage.js | ||
Dialog.js | ||
ElementHandle.js | ||
EmulationManager.js | ||
Errors.js | ||
ExecutionContext.js | ||
externs.d.ts | ||
FrameManager.js | ||
helper.js | ||
Input.js | ||
Launcher.js | ||
Multimap.js | ||
NavigatorWatcher.js | ||
NetworkManager.js | ||
Page.js | ||
Pipe.js | ||
Puppeteer.js | ||
Target.js | ||
TaskQueue.js | ||
Tracing.js | ||
USKeyboardLayout.js | ||
Worker.js |