playwright/src/server
Joel Einbinder 671cfa0a54
fix(types): support objects with typed keys and values (#1752)
There are a few places in the API where we use objects as maps. This patch adds them to docs and the types.

For `env`, we accept booleans and numbers as well because they are often used for their string values.
2020-04-23 14:45:57 -07:00
..
browserFetcher.ts feat(webkit): roll WebKit, migrate to Playwright.exe (#1749) 2020-04-10 21:02:28 -07:00
browserServer.ts chore: remove web mode (#1625) 2020-04-01 14:42:47 -07:00
browserType.ts fix(types): support objects with typed keys and values (#1752) 2020-04-23 14:45:57 -07:00
chromium.ts chore(chromium): resize browser frame when emulating viewport (#1924) 2020-04-23 10:38:58 -07:00
firefox.ts feat(logger): introduce context-level logger (#1896) 2020-04-20 23:24:53 -07:00
pipeTransport.ts feat(logger): introduce context-level logger (#1896) 2020-04-20 23:24:53 -07:00
playwright.ts chore(selectors): move selectors logic to selectors.ts (#1536) 2020-03-25 14:08:46 -07:00
processLauncher.ts fix(types): support objects with typed keys and values (#1752) 2020-04-23 14:45:57 -07:00
webkit.ts feat(logger): introduce context-level logger (#1896) 2020-04-20 23:24:53 -07:00