Steven Fuqua

Results 4 issues of Steven Fuqua

This change adds an extension point to `FirebaseMessagingService` such that an application can avoid the default behavior where a **display message** (an FCM message with a "notification" payload), received while...

needs-ok-to-test
size/S

When fetching, we have this block to configure the outbound XHR: ```js if ('responseType' in xhr) { if (support.blob) { xhr.responseType = 'blob' } else if ( support.arrayBuffer && request.headers.get('Content-Type')...

Certain React Native JavaScript environments natively support ArrayBuffer but not Blob, causing the polyfill's support matrix to have `arraybuffer: true` but `blob: false`. Unfortunately with this config, the `.arrayBuffer()` response...

I was attempting to format the following string and hit "Format 'selectordinal' could not be resolved": > "{index, selectordinal, other {Slot #}}" This is a toy example where in English...