You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
this makes it easier to reuse code from Node.js in the browser, where Node's API expects port first since the host could be optional (localhost) and optional arguments can't come before required ones.
The text was updated successfully, but these errors were encountered:
this makes it easier to reuse code from Node.js in the browser, where Node's API expects port first since the host could be optional (
localhost
) and optional arguments can't come before required ones.The text was updated successfully, but these errors were encountered: