-
Notifications
You must be signed in to change notification settings - Fork 313
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
Create F2F agenda - 3-4 April 2017 #1053
Comments
Let me know here or via email if you expect to attend. |
I'm also tentatively planning to attend (although I guess we'll likely have plenty of google presence already anyway). |
I'll be there. |
I should be there as well.
…On Wed, Jan 11, 2017 at 10:24 AM Matt Falkenhagen ***@***.***> wrote:
I'll be there.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1053 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGD3CqQBrh7e4flFxv_HM-Xni-8MGdhdks5rRC9AgaJpZM4LfkCE>
.
|
I'll be there too. |
I'll be there also. |
@pieterv will be attending from Facebook as well |
If anyone is worried about travel due to recent events, feel free to reach out. I don't have a grand plan, but if there's anything I can do, let me know - [email protected] |
I'll be there |
I plan to be there too! |
I'll be there… |
Hey everyone, If you're attending the meeting please fill out https://www.surveymonkey.com/r/6NLCJ9G asap. We (Facebook) are planning on providing lunch both days of the meeting and are planning taking everyone out to dinner on the first day (April 3th). We need a headcount for the dinner and even if you're not coming to the dinner please fill out the survey so we can get your email address registered in our visitor system. Thanks, I can't wait to see you all! |
I'll be there. |
We're still missing 6 responses to https://www.surveymonkey.com/r/6NLCJ9G, if you're planning on coming please fill out the survey asap! |
I'll be there. |
If you're expecting to attend & your name isn't in the list at the top of the page, speak up! We're using the list to ensure everyone can get into the building & we have space etc. |
Topic suggestion: whatwg/html#151. |
Re: fetch & streams: trying to make a stream (e.g.) downloadable using service workers isn't very ergonomic. And for transferable streams, there's the discussions in whatwg/streams#623 (comment) and whatwg/streams#629 |
I've updated the original post with issues we can look at. We're going to start at 9am - looking forward to it! |
Meeting notes are being taken in #serviceworker on freenode. |
F2F: background SW (push, notification, sync, bg fetch) vs foreground SW (fetch, postMessage) - MS & Apple want this for service workers to exist when the browser is closed. Should we spec this? Fetches for notification icons go through the background SW in Edge, since there isn't a foreground SW. What happens to the clients API? How do we represent multiple instances. Facebook global state case:
How does the client message the correct service worker? Edge can work around this by still ensuring there's only one SW at a time. Either using the bg SW, or fg SW. We need to think more about use cases that require speaking to a particular SW, or otherwise depend on global state. |
What about notification happening when where is already foreground SW (i.e. webpage is opened)? Also, what about fetches originated from |
Next meeting:
|
Location
Facebook
Ark Hills
Sengokuyama Mori Tower, 30F
1-9-10 Roppongi,
Minato-ku, Tokyo 106-0032
Map: https://goo.gl/maps/CmhEgvmPM3o
Note that there is an old Ark Hills and new Ark Hills in the Roppongi area. Facebook's Tokyo office is at the new Ark Hills. To make sure your cab driver drives you to the correct Ark Hills, please mention "the one next to the Swedish embassy".
Show this to the cab driver if they look confused:
東京都港区六本木1-9-10
アークヒルズ仙石山森タワー
(スウェーデン大使館の隣です。)
Expected attendees
Minutes
Agenda
Starting 9am.
Intros
Then, the plan is to tackle V1 stuff in the mornings, then V2 stuff in the afternoon.
The following is in no particular order, and I may cut it down a bit.
V1
Security & privacy
#1094 Should we implement MIX passthrough#1075 Track ancestorOrigins privacy issues#1033 Why are only a subset of JS mime types allowed?#719 "no-cors" CSS SOP violationClients API
#1093 consider how clients.claim() should work with srcdoc iframes#1091 consider Client behavior for windows where initial about:blank is replaced with a loaded document#1090 should clients.claim() control reserved Clients?#1080 clarify Clients.matchAll() focus order for nested frames#1078 clarify that Client "creation order" means when reserved Client created#1038 consider how Client API should behave with bfcache#1035 postMessage() to a reserved client throws#1034 what should Client.url return for a reserved Worker Client?#1031 reserved Client objects and redirected navigations#1030 Client.reserved references wrong context state?Spec fixing
Lifecycle
#1040 clarify that manually constructed ExtendableEvent objects may not extend lifetime via waitUntil() - granting time#980 postMessage keeps service workers alive indefinitely#893 consider fetching service worker scripts with no-cache by default#839 importScript no-cache by defaultMisc
Fix or drop appcache#882 ServiceWorker lifetime and respondWith() with a user-constructed ReadableStream#1087 Safety versus simplicity in specification testsV2
Foreign fetch
#878 Foreign fetch vs non-credentialed requests#1024 consider allowing static routing only for "foreign fetch" for anonymous requests#1092 Is there any way for a web page to see if their requests will be intercepted by a foreign fetch handler?#1085 Allow overlapping scopes#1017 clientId on ForeignFetchEvents#982 registerForeignFetch({ origins, scope }) optional#979 Define procedure to convert options object ofsw.register()
toLink
header#910 Expose fragments cross-origin for subresources#899 Foreign fetch and no-referrer Referrer Policy#880 CORS pre-flight for foreign fetch#825 Installing a foreign SW as part of a subresource request"Nav" preload for Foreign FetchFetch & streams
Setting mode whatwg/fetch#492#1026 Consider mechanisms to bypass the service worker for things that we know won't be in it's cacheUpload streamsTransferrable streamsFetch cancellation/control/observing - brief overview & next stepsSW object enhancements
#1077 Find a way for service workers to get their current state#1076 Service worker ID - remove?#1016 serviceworker.skipWaiting#842 consider exposing install time on ServiceWorker DOM objectCache API
addAll
Clients
Clients.matchAll()
Clients.matchAll()
should exclude the current environmentNav preload
#920 Making a concurrent request for navigations#1000 NavigationPreloadManager.setHeaderValue should reject invalid HTTP header field valuesStorage eviction
Dealing with fetch failures & tab crashes
#939 Recovering from fetch failures#877 Reporting URL for SW update failuresJS Modules
Misc
#614 A way to immediately unregister a service worker#756 consider allowing multiple worker thread instances for a single registrationnavigation
eventHandling Partial Content / 206 whatwg/fetch#144
The text was updated successfully, but these errors were encountered: