Victor Turansky
Victor Turansky
> I mainly use this for generating HTML reports Looks like https://github.com/Kotlin/kotlinx.html is what you need Do you need CSS support too?
With `runReactTest` less code will be required
> Host the API reference documentation on GitHub Pages. Links to original documentations? :)
Which "API reference documentation" you want to collect? In common case original (JS documentation) is what required for user
Hi @hfhbd! Thank you for reporting! We should test it at start on base libraries (where JSO interfaces marked in specifications/IDLs), when Kotlin 2.0 will be released. After that we...
It will be available only after migration on Kotlin 2.0
Common (for JS and WasmJS) declarations for WebRTC will be available in Kotlin Wrappers, when https://github.com/JetBrains/kotlin-wrappers/issues/2449 will be fixed (probably this week). @zibet27 can assist ;)
New [`Disposable`](https://github.com/microsoft/TypeScript/blob/41b993bebe01c3401269839ffda4ae9a422ebb6b/src/lib/esnext.disposable.d.ts#L15-L17) interface can be used for this goal ([Proposal](https://tc39.es/proposal-explicit-resource-management/)) ```typescript // available since TypeScript 5.2 interface Disposable { [Symbol.dispose](): void; } ``` Result TS type: ```typescript interface JsJob extends...
> says [Exposed=(Window)] `Window` in this case is environment name, like `DedicatedWorker` or `SecureContext` (no such interfaces) Also: 1. Global `ResizeObserver` is fine 2. There is no support for nested...
Which API do you expect in described cases?