Eiji Kitamura
Eiji Kitamura
As per discussed at https://github.com/GoogleChrome/web.dev/pull/8206#discussion_r901607012 Explain how to use a service worker on a cross-origin isolated environment to https://web.dev/coop-coep cc: @ArthurSonzogni
Still WIP but here are changes to add payment flow. Remaining tasks: - [ ] Add payment methods - [ ] Accept payment - [ ] Add shipping options
Trivial update aligning the extension name to the spec.
For example this article: https://developer.chrome.com/ja/docs/privacy-sandbox/attribution-reporting-experiment/ Everything is translated except "Join the discussion" and "Get updates". Looking at the markdown, they are included by: ``` {% include 'content/privacysandbox-partials/ar-join-discussion-long.njk' %} {% include...
Hi, I use Google Sign-In in [my implementation of Polymer shop](https://github.com/agektmr/shop/tree/credential-payment) which I'm requesting [a pull](https://github.com/Polymer/shop/pull/104). Though I was suggested to use this `google-signin` component, I'm reluctant to do so...
This PR includes 2 changes. 1. Fix a simple bug fix that fails on initialization when trying to use `google-signin-aware` with `client_id` directly added as an attribute. 2. Added `login_hint`...
Local HTML files (on my computer) don't load when I load a project, even when I've added them to the list of files for that project. If I load them...
Unset `windowId` should be `chrome.windows.WINDOW_ID_NONE` instead of `null`.
`createJavaScriptNode` => `createScriptProcessor`