Skip to content

Commit

Permalink
Removed backend option descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 25, 2024
1 parent 965687c commit 14eb1d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions src/Storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ const _WebStorage = {
name: 'WebStorage',

options: {
storage: {
type: 'object',
required: false,
description: 'The Storage to use. Defaults to globalThis.localStorage.',
},
storage: { type: 'object', required: false },
},

/**
Expand Down
6 changes: 1 addition & 5 deletions src/access.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,7 @@ const _WebAccess = {
name: 'WebAccess',

options: {
handle: {
type: 'object',
required: true,
description: 'The directory handle to use for the root',
},
handle: { type: 'object', required: true },
},

isAvailable(): boolean {
Expand Down

0 comments on commit 14eb1d8

Please sign in to comment.