Interstellar.macOS.WebKit
0.2.0
See the version list below for details.
dotnet add package Interstellar.macOS.WebKit --version 0.2.0
NuGet\Install-Package Interstellar.macOS.WebKit -Version 0.2.0
<PackageReference Include="Interstellar.macOS.WebKit" Version="0.2.0" />
paket add Interstellar.macOS.WebKit --version 0.2.0
#r "nuget: Interstellar.macOS.WebKit, 0.2.0"
// Install Interstellar.macOS.WebKit as a Cake Addin #addin nuget:?package=Interstellar.macOS.WebKit&version=0.2.0 // Install Interstellar.macOS.WebKit as a Cake Tool #tool nuget:?package=Interstellar.macOS.WebKit&version=0.2.0
Cross-platform F# browser library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Xamarin.Mac | xamarinmac20 is compatible. |
-
Xamarin.Mac 2.0
- FSharp.Core (>= 4.2.3)
- Interstellar.Core (= 0.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
• Add a generic parameter to IBrowserWindow that carries the type of the underlying window implementation, allowing for usages of native APIs within an Interstellar application without requiring dynamic casting
◦ This also affects all types and functions that depend on IBrowserWindow -- so just about everything except IBrowser
• Add executeJavascriptf, javascriptf, kjavascriptf, and IBrowser.ExecuteJavascriptf, which make it easy to safely format untrusted inputs into Javascript scripts for execution (a form of code injection)