puppeteer/utils
Jack Franklin 6474edb9ba
feat(types): add types for $eval (#6135)
This pulls in the types (based on the DefinitelyTyped repo) for
`page.$eval` (and the `$eval` method on other classes). The `$eval`
method is quite hard to type due to the way we wrap and unwrap
ElementHandles that are passed to / returned from the `pageFunction`
that users provide.

Longer term we can improve the types by providing type overloads as
DefinitelyTyped does but I've deferred that for now (see the `TODO` in
the code for more details).
2020-07-02 10:09:34 +01:00
..
doclint feat(types): add types for $eval (#6135) 2020-07-02 10:09:34 +01:00
protocol-types-generator chore: stop Protocol types being globally available (#5899) 2020-05-21 17:04:05 +01:00
testserver chore: migrate tests to TypeScript (#6075) 2020-06-23 07:18:46 +02:00
apply_next_version.js chore: update references to branch names (#6022) 2020-06-15 17:34:16 +02:00
bisect.js chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
check_availability.js chore: Don't store revisions in package.json (#6109) 2020-06-29 16:13:24 +01:00
ESTreeWalker.js chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
fetch_devices.js docs: replace @return with @returns (#6006) 2020-06-12 12:38:24 +02:00
prepare_puppeteer_core.js chore: Don't store revisions in package.json (#6109) 2020-06-29 16:13:24 +01:00