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
At current state it's very hard to use it, because one single unimplemented api can break everything. Would it be feasible to somehow have a plugin system so that user himself can write code to return response to web api. Such as window.atob just run it with any language and return it via some http/ws api or something else. This would also be useful if user would want to change how specific web api works compared to official lightpanda implementation.
The text was updated successfully, but these errors were encountered:
This would also be useful if user would want to change how specific web api works compared to official lightpanda implementation.
I agree. I guess the simplest way to achieve that would be to allow users to pass a list of javascripts files to load at startup.
But you can also do that already via CDP: executing JS in the env before loading a web page.
At current state it's very hard to use it, because one single unimplemented api can break everything. Would it be feasible to somehow have a plugin system so that user himself can write code to return response to web api. Such as window.atob just run it with any language and return it via some http/ws api or something else. This would also be useful if user would want to change how specific web api works compared to official lightpanda implementation.
The text was updated successfully, but these errors were encountered: