| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ac2f50b commit 1b53087
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ Last update: | |||
| 12 | 12 | ||
| 13 | 13 | - common: https://github.com/web-platform-tests/wpt/tree/bb97a68974/common | |
| 14 | 14 | - console: https://github.com/web-platform-tests/wpt/tree/3b1f72e99a/console | |
| 15 | - - dom/abort: https://github.com/web-platform-tests/wpt/tree/625e1310ce/dom/abort | ||
| 15 | + - dom/abort: https://github.com/web-platform-tests/wpt/tree/1728d198c9/dom/abort | ||
| 16 | 16 | - encoding: https://github.com/web-platform-tests/wpt/tree/35f70910d3/encoding | |
| 17 | 17 | - FileAPI: https://github.com/web-platform-tests/wpt/tree/3b279420d4/FileAPI | |
| 18 | 18 | - hr-time: https://github.com/web-platform-tests/wpt/tree/9910784394/hr-time | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,4 +64,9 @@ test(t => { | |||
| 64 | 64 | controller.abort(); | |
| 65 | 65 | }, "the abort event should have the right properties"); | |
| 66 | 66 | ||
| 67 | + test(t => { | ||
| 68 | + const signal = AbortSignal.abort(); | ||
| 69 | + assert_true(signal.aborted); | ||
| 70 | + }, "the AbortSignal.abort() static returns an already aborted signal"); | ||
| 71 | + | ||
| 67 | 72 | done(); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ | |||
| 8 | 8 | "path": "console" | |
| 9 | 9 | }, | |
| 10 | 10 | "dom/abort": { | |
| 11 | - "commit": "625e1310ce19e9dde25b01f9eda0452c6ec274da", | ||
| 11 | + "commit": "1728d198c92834d92f7f399ef35e7823d5bfa0e4", | ||
| 12 | 12 | "path": "dom/abort" | |
| 13 | 13 | }, | |
| 14 | 14 | "encoding": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments