Skip to content

API to append call to arbitrary function #147

@jandrewb

Description

@jandrewb

There does not appear to be a way to call an unnamed function from an external API. If the function to be called was declared ahead of time, it has a name. So the external API can append JavaScript to call it by name. It would be nice if there was a similar way to call unnamed functions.

Unnamed function example:

externalAPI(function(){
alert('external API is finished');
});

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions