Skip to content

Commit

Permalink
Update FileSystemObserver.md
Browse files Browse the repository at this point in the history
Update the explanation for unknown change type
  • Loading branch information
dslee414 authored Jun 27, 2024
1 parent 22e8a33 commit dde7649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/FileSystemObserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ await observer.observe(directoryHandle, { recursive: true });
// corresponding to `directoryHandle`, then `touch file.txt`)
```

User agents may also use the `"unknown"` `FileSystemChangeType` to indicate that a change has occurred, but the type of change is unknown or does not belong to any other values defined in `FileSystemChangeType` due to cross-platform differences.
User agents may also use the `"unknown"` `FileSystemChangeType` to indicate that a change has occurred but the type of change is unknown or is not to be specified to the site. This could mean that the change type does not belong to any other values defined in `FileSystemChangeType` due to cross-platform differences, or a change has occurred while the site was not fully active (i.e. site in back/forward cache becomes fully active again).

#### When to Signal Local File System Writes

Expand Down

0 comments on commit dde7649

Please sign in to comment.