Skip to content

Commit fb669f7

Browse files
committed
update promo media
Signed-off-by: πŸ•·οΈ <[email protected]>
1 parent 851c2c1 commit fb669f7

File tree

7 files changed

+11
-2
lines changed

7 files changed

+11
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To assess Web Application implementation correctness and expedite issues discove
3131
- Measure callback's execution self-time.
3232
- Warn if it exceeds 4/5 (13.33ms) of 60 FPS hardcoded frame-rate (16.66ms).
3333

34-
- Count `requestAnimationFrame` calls per second (CPS).
34+
- Count calls per second (CPS) when applicable.
3535
- If requested recursively - it reflects animation FPS.
3636

3737
- Detect `eval` function usage in runtime, as well as `setTimeout` and `setInterval` when called with a `string` callback instead of a `function`.
@@ -68,15 +68,24 @@ To assess Web Application implementation correctness and expedite issues discove
6868
- `requestIdleCallback`
6969
- `cancelIdleCallback`
7070
- `Worker`
71+
- `constructor`
72+
- `terminate`
73+
- `onmessage`
74+
- `onerror`
75+
- `postMessage`
76+
- `addEventListener`
77+
- `removeEventListener`
7178
- `scheduler`
72-
- 'postTask'
79+
- `postTask`
7380
- `yield`
7481

7582
</details>
7683
<details>
7784
<summary> <strong>Screenshots</strong> </summary>
7885

86+
![screenshot](./doc/screenshot-01.png)
7987
![screenshot](./doc/screenshot-02.png)
88+
![screenshot](./doc/screenshot-03.png)
8089
![screenshot](./doc/screenshot-04.png)
8190

8291
</details>

β€Ždoc/api-monitor-promo.pngβ€Ž

128 KB
Loading

β€Ždoc/api-monitor-promo.xcfβ€Ž

-184 KB
Binary file not shown.

β€Ždoc/screenshot-01.pngβ€Ž

160 KB
Loading

β€Ždoc/screenshot-02.pngβ€Ž

-64.1 KB
Loading

β€Ždoc/screenshot-03.pngβ€Ž

80.3 KB
Loading

β€Ždoc/screenshot-04.pngβ€Ž

-166 KB
Loading

0 commit comments

Comments
Β (0)