You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently long long types are exposed as Int which limits the range of values. Dukat could generate overloads both with Int and Long parameter types. Though it should be decided whether Long values that are non-native to JS are passed as is and the callee uses their toNumber conversion, or if a Kotlin extension is generated which takes care of converting Long values to native JS numbers.
💻 Use Cases
📚 Additional Information
The text was updated successfully, but these errors were encountered:
⭐ Suggestion
See the issue https://youtrack.jetbrains.com/issue/KT-64620/KJS-Fix-org.w3c.files.Blobslice-signature
Example of WebIDL: https://w3c.github.io/FileAPI/#blob-section
Currently
long long
types are exposed asInt
which limits the range of values. Dukat could generate overloads both withInt
andLong
parameter types. Though it should be decided whetherLong
values that are non-native to JS are passed as is and the callee uses theirtoNumber
conversion, or if a Kotlin extension is generated which takes care of convertingLong
values to native JS numbers.💻 Use Cases
📚 Additional Information
The text was updated successfully, but these errors were encountered: