-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementNew feature or enhancementNew feature or enhancement
Milestone
Description
- Rename
[JSImport],[JSExport]and[JSPreferences]to[Import],[Export]and[Preferences](they're under theBootsharpnamespace, so the context is sufficient) - Make
[Import]and[Export]applicable to static methods (in addition to assemblies) - Remove
[JSInvokable],[JSFunction]and[JSEvent](detect events from imported method name pattern)
This will streamline the API and eliminate confusion with [JSImport] and [JSExport] from System.Runtime.InteropServices.JavaScript, as well as Blazor's [JSInvokable].
Metadata
Metadata
Assignees
Labels
enhancementNew feature or enhancementNew feature or enhancement