Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.0.4] Missing types on import #6873

Closed
spinlud opened this issue Feb 11, 2021 · 2 comments
Closed

[7.0.4] Missing types on import #6873

spinlud opened this issue Feb 11, 2021 · 2 comments
Assignees

Comments

@spinlud
Copy link

spinlud commented Feb 11, 2021

  • Puppeteer version: 7.0.4
  • Node.js version: 12.x
import { Request } from 'puppeteer';  // <--- Missing types

See also #6816, #6820, #6829

@thomassuckow
Copy link

Request is now HTTPRequest

@jackfranklin
Copy link
Collaborator

@thomassuckow thank you - you're correct. Request conflicted with other types in the platform so we swapped to HTTPRequest. See also Worker => WebWorker and Response => HTTPResponse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants