Skip to content

Commit

Permalink
fix: Show idbfs status in sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Feb 21, 2022
1 parent 1f12648 commit eac335e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Uno.Wasm.StaticLinking.Shared/Program.cs
Expand Up @@ -43,6 +43,7 @@ static void Main()
var validateEmAddFunctionResult = int.Parse(Runtime.InvokeJS($"Validation.validateEmAddFunction()")) != 0;

var idbFSValidation = Runtime.InvokeJS($"typeof IDBFS !== 'undefined'");
Console.WriteLine($"idbFSValidation: {idbFSValidation}");

var requireAvailable = Runtime.InvokeJS($"typeof require.config !== 'undefined'");
Console.WriteLine($"requireAvailable: {idbFSValidation}");
Expand Down

0 comments on commit eac335e

Please sign in to comment.