What is equivalent to the below Java code in JavaScript.
System.setProperty("https.proxyHost", "zscaler.abc.com");
System.setProperty("https.proxyPort", "8076");
What is equivalent to the below Java code in JavaScript.
System.setProperty("https.proxyHost", "zscaler.abc.com");
System.setProperty("https.proxyPort", "8076");