extra-function
A function is a set of statements that performs a task or calculates a value.
extra-function.web
A function is a set of statements that performs a task or calculates a value {web}.
create-callback
Create callback api from synchronous function. Same as `make-callback`, but won't handle generators and if async function is given returns it.
is-supported
Checks if a ECMAScript feature is supported or not. Checks async, generator and more...