(type)
| 235 | const performance = createPerformance(); |
| 236 | |
| 237 | function dispatchBufferFull(type) { |
| 238 | const event = new Event(type, { |
| 239 | [kTrustEvent]: true, |
| 240 | }); |
| 241 | performance.dispatchEvent(event); |
| 242 | } |
| 243 | setDispatchBufferFull(dispatchBufferFull); |
| 244 | |
| 245 | module.exports = { |
no test coverage detected