injectOnLoadStart
1 parent 230e393 commit 8294b10Copy full SHA for 8294b10
1 file changed
src/native/withJavascriptInterface.tsx
@@ -28,17 +28,6 @@ interface Options {
28
* for control Comlink enable or disable status, default is `null`
29
*/
30
isEnabled?: isEnabledGetter;
31
- /**
32
- * the interface is injected on load end by default, set to `true`
33
- * to get the interface injected on load start
34
- * NOTE:
35
- * - it only works for Android, iOS will ignore this option as
36
- * it's necessary to inject on load end for iOS to work
37
- * - if target lower browser version device where it needs polyfills,
38
- * it's better to inject on load end where those polyfills are already
39
- * loaded with web page
40
- */
41
- injectOnLoadStart?: boolean;
42
/**
43
* print debug log to console or not, default is `false`
44
0 commit comments