mirror of
https://github.com/flarum/core.git
synced 2025-08-12 11:24:30 +02:00
Bundled output for commit d268894e61
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
3
js/dist-typings/common/Application.d.ts
vendored
3
js/dist-typings/common/Application.d.ts
vendored
@@ -215,9 +215,6 @@ export default class Application {
|
||||
* Make an AJAX request, handling any low-level errors that may occur.
|
||||
*
|
||||
* @see https://mithril.js.org/request.html
|
||||
*
|
||||
* @param options
|
||||
* @return {Promise}
|
||||
*/
|
||||
request<ResponseType>(originalOptions: FlarumRequestOptions<ResponseType>): Promise<ResponseType>;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user