gajus / puppeteer-proxy

Proxies Puppeteer Page requests.
Other
197 stars 24 forks source link

Typescript required ?? #11

Closed ordimans closed 4 years ago

ordimans commented 4 years ago

Hello

I am not familiar with typescript, i updated node to the latest version.

And i cannot test the index.js....

I would like to test a new feature, with socks5 if i can launch before....


export type HeadersType = {
^^^^^^

SyntaxError: Unexpected token 'export'
gajus commented 4 years ago

How do you import the script?

This shouldn't ever be an issue.