-
```js
import { createRequire } from 'module'
const require = createRequire(import.meta.url)
/**
* @type {typeof ReadableStream}
*/
let RS: typeof ReadableStream
if (typeof ReadableStream !=…
-
### Package
react
### Package version
"@fluentui/react": "^8.118.8",
### React version
18.2.0
### Environment
```shell
This command does not work properly against our configuration.
…
-
**Feature Request**
Are there plans to add [Object.hasOwn](https://github.com/es-shims/Object.hasOwn) to polyfills? It seems to have support [at about 90%](https://caniuse.com/?search=Object.hasOwn) …
-
(still investigating; to be updated)
After recent nolyfill update in a couple of repos, I've seen quite a lot of CI failures. I'm going to investigate more when I'm not on mobile, but clues so far:…
-
The internal import map for this codebase is defined in [`tools/core_import_map.json`](https://github.com/denoland/deno/blob/main/tools/core_import_map.json). Currently, each import corresponds to an …
-
**Describe the problem you have/What new integration you would like**
I'd like to update a device (I gave to a friend) with my mobile phone.
**Please describe your use case for this integrat…
-
## What
On the `support/3.x` branch, replace links to the polyfill.io website in the comments of our vendored polyfills with the following note at the top of the file:
```js
/**
* NOTE
…
-
### Code of Conduct
- [ ] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [ ] I have searched the existing issues
### Version
10.0.16
### …
-
@reillyeon
Can we just list the phones that support Android Polyfill
I have it working on a Google Pixel V2. So I am going to guess that it works on all Pixel phones.
I think I had it workin…
-
Hi, im testing out your library, here is my code. My polyfill is returning an empty array
` let uberPointGeoCoord = GeoCoord.init(lat: 51.079637, lon: -0.726211)
func createPolyfilled…