Skip to content

Commit

Permalink
refactor: drop object factory from execution context (#3099)
Browse files Browse the repository at this point in the history
This patch:
- merges `ElementHandle` into `ExecutionContext` (for simplicity; there's no good reason to have them in separate files).
- removes the necessity to pass handle factory when creating `ExecutionContext`

This makes it easier to create execution contexts out of payloads.

References #1215
  • Loading branch information
aslushnikov committed Aug 16, 2018
1 parent 73c43be commit d6eb3b4
Show file tree
Hide file tree
Showing 6 changed files with 419 additions and 431 deletions.
393 changes: 0 additions & 393 deletions lib/ElementHandle.js

This file was deleted.

0 comments on commit d6eb3b4

Please sign in to comment.