(readyState)
| 14863 | } |
| 14864 | __name(isClosing, "isClosing"); |
| 14865 | function isClosed(readyState) { |
| 14866 | return readyState === states.CLOSED; |
| 14867 | } |
| 14868 | __name(isClosed, "isClosed"); |
| 14869 | function fireEvent(e, target, eventFactory = (type, init) => new Event(type, init), eventInitDict = {}) { |
| 14870 | const event = eventFactory(e, eventInitDict); |
no outgoing calls
no test coverage detected