Sahilll
Sahilll
In `src/fs-poll.c`, there is a TODO comment: `/* TODO(bnoordhuis) mark fs_req internal */`. The `fs_req` used by `uv_fs_poll_t` for `uv_fs_stat` calls is currently treated as a normal request, which increments...
# Title: feat(core): export native bridge utility functions ## Description This PR exports the `isRelativeOrProxyUrl` and `createProxyUrl` utility functions from the native bridge, making them accessible via the `Capacitor` global...
# Issue Title: Export Native Bridge Utility Functions ## Description The `native-bridge.ts` file in `@capacitor/core` contains useful utility functions `isRelativeOrProxyUrl` and `createProxyUrl` that are currently internal. There are TODO comments...