Joe Pea
Joe Pea
Is there a polyfill for ``? Keith Clark's [``](https://keithclark.co.uk/labs/3d-model-custom-element/examples/tests/) is similar. I'm curious as to whether it would be more worth it for the browsers to have lower-level 3D elements,...
If we start adding TypeScript anywhere, this is probably the best place to start, to type the utility functions. We can worry about typing the CSS property names (like TypeStyle)...
Or, do the app-specific configs shadow the default config so that I don't have to copy some mapping into all profiles? f.e. suppose that the default profile has many mapping,...
I just read: https://github.com/awwx/misc/wiki/Packaging-Existing-Libraries-for-Meteor It's a bit redundant. Maybe there's a better solution. Mind giving some thoughts on the following discussion? https://github.com/jspm/registry/commit/2f679c0d804b7ba84953f0160d7d6976fa542225#commitcomment-8474342 While you're there, also check out jspm itself...
I'm using [flow-router](https://github.com/meteorhacks/flow-router). It'd be nice to have manual control over the loading so I can write some code in the `action` of a flow-router route to load stuff.
Maybe we can use something like wasm2c, w2c2, innative, wasmdec, or similar project to help compile this to native (without sandboxing) to see how that speeds things up.
Based on your table, I see `n`s and `N`s on things like Tracker, so seems like this doesn't integrate with Meteor reactivity? Have examples of how you'd use this?
watch mode
I bet it's already been thought of, but figured I'd open an issue to track it: a `--watch` mode would be sweet.
I see `attachShadow` is listed as a feature that will not be supported in [the table](https://github.com/ampproject/worker-dom/blob/c3a59cf2b3cb9fdb134ed7aa27f649172f5d082b/web_compat_table.md). It would be awesome though! But I can see how complex it would be....