Skip to content

Commit d5d0224

Browse files
authored
Merge pull request #33 from microsoftgraph/no-iter-helper-es5
Removed iterator, targeted ES5
2 parents 225f3fa + 332fad4 commit d5d0224

21 files changed

+1695
-408
lines changed

lib/graph-js-sdk-web.js

Lines changed: 1502 additions & 174 deletions
Large diffs are not rendered by default.

lib/src/GraphRequest.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { Options, URLComponents, GraphRequestCallback } from "./common";
2+
import { Promise } from 'es6-promise';
23
export declare class GraphRequest {
34
config: Options;
45
urlComponents: URLComponents;
@@ -39,7 +40,6 @@ export declare class GraphRequest {
3940
getStream(callback: GraphRequestCallback): void;
4041
putStream(stream: any, callback: Function): void;
4142
private configureRequest(requestBuilder, accessToken);
42-
getResultIterator(): IterableIterator<(callback: any) => void>;
4343
query(queryDictionaryOrString: string | {
4444
[key: string]: string | number;
4545
}): GraphRequest;

0 commit comments

Comments
 (0)