-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Remove w3c usages from wasmJs implementation #4097
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
Conversation
Is there a place where we can read about the rationale of these changes to the stdlib? |
Well, we a have some meeting recording and plan for it, placed here. |
9228aee
to
3813390
Compare
6b85f46
to
702880a
Compare
702880a
to
f998dbb
Compare
import kotlin.js.* | ||
|
||
public actual typealias W3CWindow = Window | ||
public actual abstract external class W3CWindow { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it need to be public? it doesn't seem to be used in public API
Accidentally exposed in #4097
Accidentally exposed in #4097
In a matter of removing w3c declarations from WasmJs stdlib we need to remove its usages from the coroutines.