resolve method

JSPromise<JSArray<JSString>?> resolve(
  1. FileSystemHandle possibleDescendant
)

The resolve() method of the FileSystemDirectoryHandle interface returns an Array of directory names from the parent handle to the specified child entry, with the name of the child entry as the last array item.

Implementation

external JSPromise<JSArray<JSString>?> resolve(
    FileSystemHandle possibleDescendant);