Skip to content

Instantly share code, notes, and snippets.

@gskachkov
Created April 13, 2018 21:47
Show Gist options
  • Save gskachkov/508edfadef48b6b1b79f48892e8f2921 to your computer and use it in GitHub Desktop.
Save gskachkov/508edfadef48b6b1b79f48892e8f2921 to your computer and use it in GitHub Desktop.
Blazor.registerFunction('JavaScriptConsoleLog', message => {
console.log(message);
return true;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment