PavelTheCoder

Results 5 issues of PavelTheCoder

Add option to enter URL and grab needed resources.

enhancement

Add option do upload HTML and CSS files

enhancement

This PR is a refactor of the code to use `Uint8Array`s instead of `Buffer`, which would basically make this library usable in the browser without any polyfill for Node.js internals....

This PR adds ability to connect to localtunnel server via socks proxy (using Tor for example) thus adding ability to hide real IP address of the client from the server....

When using `any[]` for argument type, Typescript throws an error when readonly array is passed in which can be only fixed by casting it into `any[]`. The resulting type is...