File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -686,6 +686,9 @@ export type AnyProxyRecord = Record<string, ProxyMethod>;
686686 * ## Notes
687687 * * Keep this instance in scope to not destroy the interface proxy.
688688 * * Call {@link JavaInterfaceProxy.reset} to instantly destroy this instance.
689+ * Please note that calling {@link JavaInterfaceProxy.reset} is not necessary,
690+ * the proxy instance will be automatically destroyed when it is garbage collected.
691+ * Calling {@link JavaInterfaceProxy.reset} will just speed up the process.
689692 * * If any method is queried by the java process and not implemented in here,
690693 * an exception will be thrown in the java process.
691694 * * Any errors thrown in the javascript process will be rethrown in the java process.
You can’t perform that action at this time.
0 commit comments