mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-08 09:17:06 +08:00
[jquery] Document 3.2 deprecations.
This commit is contained in:
2
types/jquery/index.d.ts
vendored
2
types/jquery/index.d.ts
vendored
@@ -2906,6 +2906,7 @@ interface JQueryStatic<TElement extends Node = HTMLElement> {
|
||||
* @param hold Indicates whether the ready hold is being requested or released
|
||||
* @see {@link https://api.jquery.com/jQuery.holdReady/}
|
||||
* @since 1.6
|
||||
* @deprecated 3.2
|
||||
*/
|
||||
holdReady(hold: boolean): void;
|
||||
/**
|
||||
@@ -2932,6 +2933,7 @@ interface JQueryStatic<TElement extends Node = HTMLElement> {
|
||||
* @param obj Object to test whether or not it is an array.
|
||||
* @see {@link https://api.jquery.com/jQuery.isArray/}
|
||||
* @since 1.3
|
||||
* @deprecated 3.2
|
||||
*/
|
||||
isArray(obj: any): obj is any[];
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user