We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uint32Array
JS.Uint32Array
Issue created from Glutinum Tool
Glutinum version - 0.12.0-preview
TypeScript
class Test { data: Uint32Array }
FSharp
module rec Glutinum open Fable.Core open Fable.Core.JsInterop open System [<AbstractClass>] [<Erase>] type Exports = [<Import("Test", "REPLACE_ME_WITH_MODULE_NAME"); EmitConstructor>] static member Test () : Test = nativeOnly [<AllowNullLiteral>] [<Interface>] type Test = abstract member data: Uint32Array with get, set
Problem description
The text was updated successfully, but these errors were encountered:
open Fable.Core.JS
Successfully merging a pull request may close this issue.
Issue created from Glutinum Tool
Glutinum version - 0.12.0-preview
TypeScript
FSharp
Problem description
The text was updated successfully, but these errors were encountered: