Another question: `@nativeInvoke` is also deprecat...
# javascript
d
Another question:
@nativeInvoke
is also deprecated, but there is no way to define externally defined default values for parameters when using the suggested fix (
inline operator fun T.invoke
), since then the method is not
external
.