You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
V8 integration itself shouldn't be really complicated. But it would make sense to actually make this library behave as an actual web browser (with limited functional). Therefore it would be required to support low level JS functions that are provided by browsers, like: getElementById, appendChild, events, and others.
But this task scope can be limited to adding same set of features Lua has but in Javascript.
The text was updated successfully, but these errors were encountered:
V8 integration itself shouldn't be really complicated.
But it would make sense to actually make this library behave as an actual web browser (with limited functional). Therefore it would be required to support low level JS functions that are provided by browsers, like:
getElementById
,appendChild
, events, and others.But this task scope can be limited to adding same set of features Lua has but in Javascript.
The text was updated successfully, but these errors were encountered: