UNPKG

@nativescript-community/ui-webview-rtc

Version:
9 lines 334 B
import { AWebView } from '@nativescript-community/ui-webview'; import { Property, booleanConverter } from '@nativescript/core'; export const webRTCProperty = new Property({ name: 'webRTC', defaultValue: false, valueConverter: booleanConverter }); webRTCProperty.register(AWebView); //# sourceMappingURL=index.common.js.map