@livekit/react-native-webrtc
Version:
WebRTC for React Native
52 lines (43 loc) • 1.51 kB
JavaScript
// Generated by dts-bundle-generator v5.5.0
/**
* Set the error handler.
* @param value The error handler to set.
*/
/**
* An implementation of the `EventTarget` interface.
* @see https://dom.spec.whatwg.org/#eventtarget
*/
/**
* An implementation of `Event` interface, that wraps a given event object.
* `EventTarget` shim can control the internal state of this `Event` objects.
* @see https://dom.spec.whatwg.org/#event
*/
/**
* Get the current value of a given event attribute.
* @param target The `EventTarget` object to get.
* @param type The event type.
*/
/**
* Set an event listener to a given event attribute.
* @param target The `EventTarget` object to set.
* @param type The event type.
* @param callback The event listener.
*/
/**
* Define an `EventTarget` class that has event attibutes.
* @param types The types to define event attributes.
* @deprecated Use `getEventAttributeValue`/`setEventAttributeValue` pair on your derived class instead because of static analysis friendly.
*/
/**
* Define an event attribute.
* @param target The `EventTarget` object to define an event attribute.
* @param type The event type to define.
* @param _eventClass Unused, but to infer `Event` class type.
* @deprecated Use `getEventAttributeValue`/`setEventAttributeValue` pair on your derived class instead because of static analysis friendly.
*/
/**
* Set the warning handler.
* @param value The warning handler to set.
*/
export {};
//# sourceMappingURL=index.d.js.map