@@ -171,6 +171,85 @@ <h5>Type:</h5>
171171
172172
173173
174+ </ dl >
175+
176+
177+
178+
179+
180+
181+
182+
183+ < h4 class ="name " id ="detectLateRejectionHandling "> < span class ="type-signature "> </ span > detectLateRejectionHandling< span class ="type-signature "> :Boolean</ span > </ h4 >
184+
185+
186+
187+
188+ < div class ="description ">
189+ < p > Whether to detect late promise rejection handling during spec
190+ execution. If this option is enabled, a promise rejection that triggers
191+ the JavaScript runtime's unhandled rejection event will not be treated
192+ as an error as long as it's handled before the spec finishes.</ p >
193+ < p > This option is off by default because it imposes a performance penalty.</ p >
194+ </ div >
195+
196+
197+
198+ < h5 > Type:</ h5 >
199+ < ul >
200+ < li >
201+
202+ < span class ="param-type "> Boolean</ span >
203+
204+
205+ </ li >
206+ </ ul >
207+
208+
209+
210+
211+
212+ < dl class ="details ">
213+
214+
215+
216+
217+ < dt class ="tag-since "> Since:</ dt >
218+ < dd class ="tag-since "> < ul class ="dummy "> < li > 5.10.0</ li > </ ul > </ dd >
219+
220+
221+
222+
223+
224+
225+
226+
227+
228+
229+
230+
231+
232+
233+
234+
235+
236+
237+
238+
239+
240+ < dt class ="tag-default "> Default Value:</ dt >
241+ < dd class ="tag-default "> < ul class ="dummy ">
242+ < li > false</ li >
243+ </ ul > </ dd >
244+
245+
246+
247+
248+
249+
250+
251+
252+
174253</ dl >
175254
176255
@@ -337,7 +416,7 @@ <h4 class="name" id="hideDisabled"><span class="type-signature"></span>hideDisab
337416
338417
339418< div class ="description ">
340- < p > Whether or not reporters should hide disabled specs from their output.
419+ < p > Whether reporters should hide disabled specs from their output.
341420Currently only supported by Jasmine's HTMLReporter</ p >
342421</ div >
343422
@@ -795,10 +874,10 @@ <h4 class="name" id="verboseDeprecations"><span class="type-signature"></span>ve
795874
796875
797876< div class ="description ">
798- < p > Whether or not to issue warnings for certain deprecated functionality
877+ < p > Whether to issue warnings for certain deprecated functionality
799878every time it's used. If not set or set to false, deprecation warnings
800879for methods that tend to be called frequently will be issued only once
801- or otherwise throttled to to prevent the suite output from being flooded
880+ or otherwise throttled to prevent the suite output from being flooded
802881with warnings.</ p >
803882</ div >
804883
0 commit comments