| 78 | // accessor is deleted there), which is exactly why the `afterAll` drain is |
| 79 | // the real fix. |
| 80 | class MockProgressEvent extends Event { |
| 81 | readonly lengthComputable: boolean; |
| 82 | |
| 83 | readonly loaded: number; |
nothing calls this directly
no outgoing calls
no test coverage detected