Nikitha Chettiar

Results 98 comments of Nikitha Chettiar

@avdovi is this still an issue with node streams?

@rebelok I would like to understand if you prefer using the global fetch introduced in node18 or do you think you can disable the feature using the flag `--no-experimental-fetch`?

@waldekmastykarz can you please provide a sample snippet of a simplified developer experience?

Looks like MGT 2.6 takes on a dependency of the Graph JS library 2.2.1 Can you upgrade and verify if the issue persists @topce?

We already have this ``` export const GRAPH_URLS = new Set(["graph.microsoft.com", "graph.microsoft.us", "dod-graph.microsoft.us", "graph.microsoft.de", "microsoftgraph.chinacloudapi.cn", "canary.graph.microsoft.com"]); ``` https://github.com/microsoftgraph/msgraph-sdk-javascript/blob/597accef46f205e5bbfc27ee3cac9ceb5cefd592/src/Constants.ts#L28

Currently this constant set is used to append or remove an auth header and telemetry header.

https://github.com/microsoftgraph/msgraph-sdk-javascript/blob/65310a885e08a33c77d62279340a64f40d38150c/src/GraphRequestUtil.ts#L132 Passing it at the time of initialization client instance.