Skip to content

Commit

Permalink
Removed types in typedoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 24, 2023
1 parent 9a035a9 commit eedb7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backends/HTTPRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ export class HTTPRequest extends BaseFileSystem {

/**
* Special HTTPFS function: Preload the given file into the index.
* @param [String] path
* @param [BrowserFS.Uint8Array] buffer
* @param path
* @param buffer
*/
public preloadFile(path: string, buffer: Uint8Array): void {
const inode = this._index.getInode(path);
Expand Down

0 comments on commit eedb7b1

Please sign in to comment.