Some functions, e.g., setTimeout, setInterval, ... (others?) need to support strings as an alternative to functions (these strings will be automatically parsed as functions).
Should AngleSharp have an attribute for such functions? This also works with setting event properties! I guess some of this can be hardcoded in AngleSharp.Scripting.JavaScript.
Some functions, e.g.,
setTimeout
,setInterval
, ... (others?) need to support strings as an alternative to functions (these strings will be automatically parsed as functions).Should AngleSharp have an attribute for such functions? This also works with setting event properties! I guess some of this can be hardcoded in AngleSharp.Scripting.JavaScript.