pub async fn directory(
within: &FileSystemDirectoryHandle,
name: &str,
missing: Missing,
) -> Result<FileSystemDirectoryHandle>Expand description
The directory called name in within.
§Errors
std::io::ErrorKind::NotFound where nothing stands under name and
nothing is to be made, or the browser’s own refusal.