aspnetcore/src/JSInterop
Steve Sanderson 2cbc7a44cf
Use hasOwnProperty in a more robust way in JS interop. Fixes #23448 (#23573)
* Use hasOwnProperty in a more robust way in JS interop. Fixes #23448

* Update JS
2020-07-01 22:59:34 +01:00
..
Microsoft.JSInterop
Microsoft.JSInterop.JS/src Use hasOwnProperty in a more robust way in JS interop. Fixes #23448 (#23573) 2020-07-01 22:59:34 +01:00
JSInterop.slnf
README.md
startvs.cmd

README.md

jsinterop

This repo is for Microsoft.JSInterop, a package that provides abstractions and features for interop between .NET and JavaScript code.

Usage

The primary use case is for applications built with Mono WebAssembly or Blazor. It's not expected that developers will typically use these libraries separately from Mono WebAssembly, Blazor, or a similar technology.