-
Notifications
You must be signed in to change notification settings - Fork 12
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
ready
and complete
events/Promises for responding to source file availability etc
#75
Comments
/agenda |
Apologies for adding this issue late to our meeting agenda. For anyone interested, meeting minutes for the discussion are available here. |
Related also whatwg/html#10077 Note that this can't really deviate too much from what's in HTML already with respect to |
/agenda
These could be promises with an await/catch, or events (or both). If we wanted to pursue a CSS-based mechanism for specifying an environment map, would that change the recommended presentation of the environment map states? |
Irrespective of where it goes in the future, a V1 element should obtain its contents through an asset file. In order for an author to construct a compelling experience, they'll need to know both:
These would be useful to be available both as Promise-based moments in the lifecycle of the object, as well as events that can be listened to. We have the byte-stream moment exposed as
complete
and the first renderable moment asready
. Is this adequate coverage? Are the names the most web-appropriate?The text was updated successfully, but these errors were encountered: