mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
add media detail dialog and infinite loading
This commit is contained in:
@@ -331,4 +331,15 @@ export class FetchPromise<T = ApiResponse<any>> implements Promise<T> {
|
||||
Boolean,
|
||||
);
|
||||
}
|
||||
|
||||
toString() {
|
||||
return this.key({ search: true });
|
||||
}
|
||||
|
||||
toJSON() {
|
||||
return {
|
||||
url: this.request.url,
|
||||
method: this.request.method,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user