google / elemental2

Type checked access to browser APIs for Java code.
Apache License 2.0
150 stars 38 forks source link

Add es6_proxy.js,w3c_pointerlock.js and w3c_gamepad.js #163

Closed treblereel closed 4 months ago

treblereel commented 5 months ago

I think it would be great to have these APIs in elemental2; they are standardized and should not cause any issues.

es6_proxy.js probably should be added to the core w3c_pointerlock.js to dom w3c_gamepad.js to media

If the Google team agrees, I can prepare a PR.

gkdn commented 5 months ago

@jDramaix any concerns?

jDramaix commented 5 months ago

I don't have any objections.

treblereel commented 5 months ago

https://github.com/google/elemental2/pull/164

treblereel commented 4 months ago

merged, thanks