We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7efbf commit 1d6a1ceCopy full SHA for 1d6a1ce
src/io/browser_http.ts
@@ -431,6 +431,7 @@ IORouterRegistry.registerLoadRouter(httpRequestRouter);
431
* before the load is completed.
432
* @returns An instance of `IOHandler`.
433
*/
434
+/** @doc {heading: 'Models', subheading: 'Loading', namespace: 'io'} */
435
export function browserHTTPRequest(
436
path: string, loadOptions?: LoadOptions): IOHandler {
437
return new BrowserHTTPRequest(path, loadOptions);
0 commit comments