Commit 49e6233
authored
Quality: Dangling reference expression in MediaRecorder shim (#404)
## Summary
Quality: Dangling reference expression in MediaRecorder shim
## Problem
**Severity**: `Low` | **File**: `src/polyfills/MediaRecorderShim.ts:L14`
The final statement 'MediaRecorder' in shimMediaRecorder does nothing
and serves no purpose. It appears to be a leftover or mistaken attempt
to ensure the module is loaded.
## Solution
Remove the dangling 'MediaRecorder' expression. The import already
ensures the module is loaded.
## Changes
- `src/polyfills/MediaRecorderShim.ts` (modified)
## Testing
- [ ] Existing tests pass
- [ ] Manual review completed
- [ ] No new warnings/errors introduced
Signed-off-by: Quang Do <github@qdzsh.dev>1 parent 62d1c9f commit 49e6233
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
0 commit comments