Commit d7cdbb6
committed
Add Navigator's ProtocolHandler methods
Add to Navigator the two protocol handler methods:
- registerProtocolHandler - https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler
- unregisterProtocolHandler - https://developer.mozilla.org/en-US/docs/Web/API/Navigator/unregisterProtocolHandler1 parent 7d0508c commit d7cdbb6
4 files changed
+77
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16477 | 16477 | | |
16478 | 16478 | | |
16479 | 16479 | | |
| 16480 | + | |
16480 | 16481 | | |
16481 | 16482 | | |
16482 | 16483 | | |
| 16484 | + | |
16483 | 16485 | | |
16484 | 16486 | | |
16485 | 16487 | | |
| |||
16493 | 16495 | | |
16494 | 16496 | | |
16495 | 16497 | | |
| 16498 | + | |
| 16499 | + | |
16496 | 16500 | | |
16497 | 16501 | | |
16498 | 16502 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16477 | 16477 | | |
16478 | 16478 | | |
16479 | 16479 | | |
| 16480 | + | |
16480 | 16481 | | |
16481 | 16482 | | |
16482 | 16483 | | |
| 16484 | + | |
16483 | 16485 | | |
16484 | 16486 | | |
16485 | 16487 | | |
| |||
16493 | 16495 | | |
16494 | 16496 | | |
16495 | 16497 | | |
| 16498 | + | |
| 16499 | + | |
16496 | 16500 | | |
16497 | 16501 | | |
16498 | 16502 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
Lines changed: 67 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments