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
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The Microsoft Graph JavaScript client library is a lightweight wrapper around th
16
16
npm install @microsoft/microsoft-graph-client
17
17
```
18
18
19
-
import `@microsoft/microsoft-graph-client` into your module and also you will need polyfill for fetch like [node-fetch](https://github.com/bitinn/node-fetch).
19
+
import `@microsoft/microsoft-graph-client` into your module and also you will need polyfills for fetch like [isomorphic-fetch](https://www.npmjs.com/package/isomorphic-fetch).
20
20
21
21
```typescript
22
22
import"isomorphic-fetch";
@@ -38,7 +38,6 @@ In case your browser doesn't have support for [Fetch](https://developer.mozilla.
0 commit comments