Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: w3c/webextensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9f55418fcf335142dac5377f233cda35b63ba189
Choose a base ref
..
head repository: w3c/webextensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2cfdc1baf93855ad9196b79d3ed5dc3517d77624
Choose a head ref
Showing with 3 additions and 2 deletions.
  1. +3 −2 proposals/downloads_get_file_hash.md
5 changes: 3 additions & 2 deletions proposals/downloads_get_file_hash.md
Original file line number Diff line number Diff line change
@@ -55,8 +55,8 @@ None at the moment.

### Schema


```ts
Schema in Chromium-style IDL:
```idl
namespace downloads {
callback GetFileHashCallback = void(DOMString hash);
@@ -68,6 +68,7 @@ namespace downloads {
}
```

Schema in TypeScript:
```ts
namespace downloads {
enum FileHashAlgorithm {