APIHandleOrVersion: 15.3.2HandleOr typeSignature:export declare type HandleOr<T> = HandleFor<T> | JSHandle<T> | T;References: HandleFor, JSHandle