-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev #2
base: main
Are you sure you want to change the base?
Dev #2
Conversation
api adaption is ok, but I need to write examples and import dynamic link library |
The current bunjs embedded file function is not perfect, and there seems to be some strange problems. So I decided to stop bunjs adaptation for the time being (the possible introduction of dynamic libraries failed due to this issue) |
- `show` - `startServer` - `showWv` - `setKiosk` - `setHighContrast` - `setHide` - `setSize` - `setPosition` - `getUrl` - `getNewWindowId` - `browserExist` - `getBestBrowser`
@sensiblearts Maybe you should check the bind function in the PR. If thread safety is not turned on, it will cause a null pointer error. But starting thread safety will cause the thread to be blocked and the callback cannot be executed normally. It seems to be a multi-threading problem. |
I think there is a problem with the JSCallback design of bunjs |
@jinzhongjia we had a death in the family and I'm occupied for about a month helping my mother in law move across the country. I'll be back in touch in a month or so. |
No description provided.