Skip to content

Commit 1d6a1ce

Browse files
author
Nikhil Thorat
authored
Add @doc annotation for tf.io.browserHTTPRequest. (tensorflow#1615)
DOC
1 parent 8b7efbf commit 1d6a1ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/io/browser_http.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ IORouterRegistry.registerLoadRouter(httpRequestRouter);
431431
* before the load is completed.
432432
* @returns An instance of `IOHandler`.
433433
*/
434+
/** @doc {heading: 'Models', subheading: 'Loading', namespace: 'io'} */
434435
export function browserHTTPRequest(
435436
path: string, loadOptions?: LoadOptions): IOHandler {
436437
return new BrowserHTTPRequest(path, loadOptions);

0 commit comments

Comments
 (0)