Deno.UnsafeFnPointer
UNSTABLE: New API, yet to be vetted.
An unsafe pointer to a function, for calling functions that are not present as symbols.
§Type Parameters
§
Fn extends ForeignFunction
[src]§Constructors
§
@deprecated
Properly type {@link pointer
} using NativeTypedFunction
or UnsafeCallbackDefinition
types.
§Properties
§
call: FromForeignFunction<Fn>
[src]Call the foreign function.
§
pointer: PointerObject<Fn>
[src]The pointer to the function.