1+ <!DOCTYPE html>
2+
3+ < html lang ="en ">
4+ < head >
5+ < meta charset ="utf-8 ">
6+ < meta name ="viewport " content ="width=device-width ">
7+ < title > Xrm-WebApi-Client Class: Promise</ title >
8+
9+ <!--[if lt IE 9]>
10+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11+ <![endif]-->
12+ < link type ="text/css " rel ="stylesheet " href ="styles/sunlight.default.css ">
13+
14+ < link type ="text/css " rel ="stylesheet " href ="styles/site.slate.css ">
15+
16+ </ head >
17+
18+ < body >
19+
20+ < div class ="navbar navbar-default navbar-fixed-top navbar-inverse ">
21+ < div class ="container ">
22+ < div class ="navbar-header ">
23+ < a class ="navbar-brand " href ="index.html "> Xrm-WebApi-Client</ a >
24+ < button class ="navbar-toggle " type ="button " data-toggle ="collapse " data-target ="#topNavigation ">
25+ < span class ="icon-bar "> </ span >
26+ < span class ="icon-bar "> </ span >
27+ < span class ="icon-bar "> </ span >
28+ </ button >
29+ </ div >
30+ < div class ="navbar-collapse collapse " id ="topNavigation ">
31+ < ul class ="nav navbar-nav ">
32+
33+ < li class ="dropdown ">
34+ < a href ="modules.list.html " class ="dropdown-toggle " data-toggle ="dropdown "> Modules< b class ="caret "> </ b > </ a >
35+ < ul class ="dropdown-menu ">
36+ < li > < a href ="module-WebApiClient.html "> WebApiClient</ a > </ li > < li > < a href ="WebApiClient.module_Requests.html "> WebApiClient.Requests</ a > </ li >
37+ </ ul >
38+ </ li >
39+
40+ < li class ="dropdown ">
41+ < a href ="classes.list.html " class ="dropdown-toggle " data-toggle ="dropdown "> Classes< b class ="caret "> </ b > </ a >
42+ < ul class ="dropdown-menu ">
43+ < li > < a href ="module-WebApiClient.Batch.html "> WebApiClient.Batch</ a > </ li > < li > < a href ="module-WebApiClient.BatchRequest.html "> WebApiClient.BatchRequest</ a > </ li > < li > < a href ="module-WebApiClient.BatchResponse.html "> WebApiClient.BatchResponse</ a > </ li > < li > < a href ="module-WebApiClient.ChangeSet.html "> WebApiClient.ChangeSet</ a > </ li > < li > < a href ="module-WebApiClient.Response.html "> WebApiClient.Response</ a > </ li > < li > < a href ="Promise.html "> Promise</ a > </ li >
44+ </ ul >
45+ </ li >
46+
47+ </ ul >
48+
49+ < div class ="col-sm-3 col-md-3 ">
50+ < form class ="navbar-form " role ="search ">
51+ < div class ="input-group ">
52+ < input type ="text " class ="form-control " placeholder ="Search " name ="q " id ="search-input ">
53+ < div class ="input-group-btn ">
54+ < button class ="btn btn-default " id ="search-submit "> < i class ="glyphicon glyphicon-search "> </ i > </ button >
55+ </ div >
56+ </ div >
57+ </ form >
58+ </ div >
59+
60+ </ div >
61+
62+ </ div >
63+ </ div >
64+
65+
66+ < div class ="container " id ="toc-content ">
67+ < div class ="row ">
68+
69+
70+ < div class ="col-md-8 ">
71+
72+ < div id ="main ">
73+
74+
75+ < h1 class ="page-title "> Class: Promise</ h1 >
76+ < section >
77+
78+ < header >
79+
80+ < h2 >
81+ < span class ="ancestors "> < a href ="module-WebApiClient.html "> WebApiClient</ a > </ span >
82+
83+ Promise
84+ </ h2 >
85+
86+
87+ </ header >
88+
89+
90+ < article >
91+ < div class ="container-overview ">
92+
93+
94+ < hr >
95+ < dt >
96+ < h4 class ="name " id ="Promise "> < span class ="type-signature "> </ span > new Promise()</ h4 >
97+
98+
99+ </ dt >
100+ < dd >
101+
102+
103+ < div class ="description ">
104+ < p > This is the bundled version of bluebird for usage as polyfill in browsers that don't support promises natively</ p >
105+ </ div >
106+
107+
108+
109+
110+
111+
112+
113+
114+
115+
116+ < dl class ="details ">
117+
118+
119+
120+
121+
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
145+
146+ < dt class ="tag-source method-doc-label method-doc-details-label "> Source:</ dt >
147+ < dd class ="tag-source ">
148+ < ul class ="dummy ">
149+ < li >
150+ < a href ="WebApiClient.js.html "> WebApiClient.js</ a > ,
151+ < a href ="WebApiClient.js.html#sunlight-1-line-14 "> line 14</ a >
152+ </ li >
153+ </ ul >
154+ </ dd >
155+
156+
157+
158+
159+
160+ < dt class ="tag-see method-doc-label method-doc-details-label "> See:</ dt >
161+ < dd class ="tag-see ">
162+ < ul >
163+ < li > < a href ="https://github.com/petkaantonov/bluebird "> https://github.com/petkaantonov/bluebird</ a > </ li >
164+ </ ul >
165+ </ dd >
166+
167+
168+
169+ </ dl >
170+
171+
172+
173+
174+
175+
176+
177+
178+
179+
180+
181+
182+
183+
184+
185+ </ dd >
186+
187+
188+ </ div >
189+
190+
191+
192+
193+
194+
195+
196+
197+
198+
199+
200+
201+
202+
203+
204+
205+
206+
207+ </ article >
208+
209+ </ section >
210+
211+
212+
213+
214+ </ div >
215+ </ div >
216+
217+ < div class ="clearfix "> </ div >
218+
219+
220+ < div class ="col-md-3 ">
221+ < div id ="toc " class ="col-md-3 hidden-xs hidden-sm hidden-md "> </ div >
222+ </ div >
223+
224+
225+ </ div >
226+ </ div >
227+
228+
229+ < div class ="modal fade " id ="searchResults ">
230+ < div class ="modal-dialog ">
231+ < div class ="modal-content ">
232+ < div class ="modal-header ">
233+ < button type ="button " class ="close " data-dismiss ="modal " aria-label ="Close "> < span aria-hidden ="true "> ×</ span > </ button >
234+ < h4 class ="modal-title "> Search results</ h4 >
235+ </ div >
236+ < div class ="modal-body "> </ div >
237+ < div class ="modal-footer ">
238+ < button type ="button " class ="btn btn-default " data-dismiss ="modal "> Close</ button >
239+ </ div >
240+ </ div > <!-- /.modal-content -->
241+ </ div > <!-- /.modal-dialog -->
242+ </ div >
243+
244+
245+ < footer >
246+
247+
248+ < span class ="copyright ">
249+ Copyright © 2016 Florian Krönert
250+ </ span >
251+
252+ < span class ="jsdoc-message ">
253+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.5.3</ a >
254+
255+ on Wed Sep 20th 2017
256+
257+ using the < a href ="https://github.com/docstrap/docstrap "> DocStrap template</ a > .
258+ </ span >
259+ </ footer >
260+
261+ < script src ="scripts/docstrap.lib.js "> </ script >
262+ < script src ="scripts/toc.js "> </ script >
263+
264+ < script type ="text/javascript " src ="scripts/fulltext-search-ui.js "> </ script >
265+
266+
267+ < script >
268+ $ ( function ( ) {
269+ $ ( "[id*='$']" ) . each ( function ( ) {
270+ var $this = $ ( this ) ;
271+
272+ $this . attr ( "id" , $this . attr ( "id" ) . replace ( "$" , "__" ) ) ;
273+ } ) ;
274+
275+ $ ( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ) . each ( function ( ) {
276+ var $this = $ ( this ) ;
277+
278+ var example = $this . find ( "code" ) ;
279+ exampleText = example . html ( ) ;
280+ var lang = / { @ l a n g ( .* ?) } / . exec ( exampleText ) ;
281+ if ( lang && lang [ 1 ] ) {
282+ exampleText = exampleText . replace ( lang [ 0 ] , "" ) ;
283+ example . html ( exampleText ) ;
284+ lang = lang [ 1 ] ;
285+ } else {
286+ var langClassMatch = example . parent ( ) [ 0 ] . className . match ( / l a n g \- ( \S + ) / ) ;
287+ lang = langClassMatch ? langClassMatch [ 1 ] : "javascript" ;
288+ }
289+
290+ if ( lang ) {
291+
292+ $this
293+ . addClass ( "sunlight-highlight-" + lang )
294+ . addClass ( "linenums" )
295+ . html ( example . html ( ) ) ;
296+
297+ }
298+ } ) ;
299+
300+ Sunlight . highlightAll ( {
301+ lineNumbers : true ,
302+ showMenu : true ,
303+ enableDoclinks : true
304+ } ) ;
305+
306+ $ . catchAnchorLinks ( {
307+ navbarOffset : 10
308+ } ) ;
309+ $ ( "#toc" ) . toc ( {
310+ anchorName : function ( i , heading , prefix ) {
311+ return $ ( heading ) . attr ( "id" ) || ( prefix + i ) ;
312+ } ,
313+ selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4" ,
314+ showAndHide : false ,
315+ smoothScrolling : true
316+ } ) ;
317+
318+ $ ( "#main span[id^='toc']" ) . addClass ( "toc-shim" ) ;
319+ $ ( '.dropdown-toggle' ) . dropdown ( ) ;
320+
321+ $ ( "table" ) . each ( function ( ) {
322+ var $this = $ ( this ) ;
323+ $this . addClass ( 'table' ) ;
324+ } ) ;
325+
326+ } ) ;
327+ </ script >
328+
329+
330+
331+ <!--Navigation and Symbol Display-->
332+
333+
334+ <!--Google Analytics-->
335+
336+
337+
338+ < script type ="text/javascript ">
339+ $ ( document ) . ready ( function ( ) {
340+ SearcherDisplay . init ( ) ;
341+ } ) ;
342+ </ script >
343+
344+
345+ </ body >
346+ </ html >
0 commit comments