Skip to content

Commit

Permalink
Update dotnet_support.js (#41058)
Browse files Browse the repository at this point in the history
  • Loading branch information
MackinnonBuck authored Aug 20, 2020
1 parent a52f237 commit 4998192
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mono/wasm/runtime/dotnet_support.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ var DotNetSupportLib = {
},

mono_wasm_invoke_js_blazor: function(exceptionMessage, callInfo, arg0, arg1, arg2) {
var mono_string = DOTNET._dotnet_get_global()._mono_string_cached
|| (DOTNET._dotnet_get_global()._mono_string_cached = Module.cwrap('mono_wasm_string_from_js', 'number', ['string']));

try {
var blazorExports = DOTNET._dotnet_get_global().Blazor;
if (!blazorExports) {
Expand Down

0 comments on commit 4998192

Please sign in to comment.