Victor Turansky
Victor Turansky
In MUI - `VIRTUAL_MEMBER_HIDDEN`
1. `RTCPeerConnectionIceEventInit.url` - [Safari 12+ only](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnectionIceEvent#browser_compatibility) 2. `FetchEventInit.replacesClientId` - [already removed form Safari](https://developer.mozilla.org/en-US/docs/Web/API/FetchEvent/replacesClientId)
Router: * [`LoaderFunction`](https://github.com/JetBrains/kotlin-wrappers/commit/dd1c0d008f4072f94ce85a9d62fdd66e4578f7f4)
Vite - https://vitejs.dev/ ### Goal Use Vite as default bundler instead of Webpack 1. Production build 2. Development build \- Dev-run? \- Next issue probably
Steps: - [ ] Generate all unions in `kotlin-js` - [ ] Mutable JSO types - [ ] `Promise.await` - extension - [ ] Remove `inline` members from externals -...
## What is the current behavior? 1. Missed code completion for imported Ionic Vue components in WebStorm a. Reason - invalid Web Types for `@ionic/vue` b. Related issue - [WEB-53833](https://youtrack.jetbrains.com/issue/WEB-53833)...
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [ ] Test the change in your...
### Summary `SchedulerPostTaskCallback` should have payload type parameter ### Expected vs. Actual Behavior Payload should be used in [`Scheduler.postTask`](https://developer.mozilla.org/en-US/docs/Web/API/Scheduler/postTask). Expected: `type SchedulerPostTaskCallback = () => T` Actual: `type SchedulerPostTaskCallback =...