Skip to content

Instantly share code, notes, and snippets.

@jonathanwork
Created March 1, 2022 12:13
Show Gist options
  • Select an option

  • Save jonathanwork/ad30f18536629b3f29a5d3673675329d to your computer and use it in GitHub Desktop.

Select an option

Save jonathanwork/ad30f18536629b3f29a5d3673675329d to your computer and use it in GitHub Desktop.
js connector
connector = url.URL(
{
protocol: null,
host: null ,
user: null,
password: null,
port: null,
pathname: null,
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment