You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are not related to this anymore - there is nothing helpful we can do
we can encourage wintertc participants to go there and add a key
navigator registry
move into minimum common api the explicitly encouraged and explicitly discouraged apis
other navigator keys like hardwareConcurrency and languages go into other conformance levels
import.meta
import.meta.url and import.meta.resolve go into minimum common api
import.meta.main tbd, maybe a different conformance level, maybe in minimum common
import.meta.dirname and import.meta.filename part of fs conformance levl
import.meta.env goes into cli apis
import.meta.hot is something for tc39 module harmony to look at
function api
break into two parts: http server using fetch, and export default entrypoints
http server using fetch can be layered on fetch itself, open questions around how to expose data that is not visible thru fetch api (like remote IP address and port). also talk to framework authors about this
export default entrypoints is a separate spec, this needs feedback from framework authors and runtimes
Agenda:
The text was updated successfully, but these errors were encountered: