-
`MongoDriver` should support writes inside polyfiled objects. Currently, such objects are present in memory, and can be read using `Reference.value()`, but `MongoDriver` differs from `LocalDriver` in …
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/determined-knuth-87352t?file=%2Fapp%2Fpage.tsx%3A3%2C16
### To Reproduce
1. Run or build the application
2. Ge…
-
Just realized there's a polyfill that uses WebUSB, which is supported on Android
https://github.com/google/web-serial-polyfill
-
It may be more appropriate and beneficial to implement a build process, rather than exporting the source code directly. This would allow for the addition of polyfills to support ES1.
-
Hello everyone!
In the debugger, I get this issue:
`Module "url" has been externalized for browser compatibility. Cannot access "url.pathToFileURL" in client code. See https://vite.dev/guide/tro…
-
I was trying to run the secondary screen on my Xbox One browser, (Microsoft Edge 18). ~un~Surprisingly it did not worked, so I tested in my computer with the same version, the console reports that Web…
-
## Description
In #25 we designed a system to enable polyfilling operations that do not exist on the target architecture. This task deals with the implementation of that system.
As part of this…
-
We include `Promise` and `WeakMap` polyfills to the library, but both have been supported for ~10 years now. Removing both means that we can reduce the bundle size and remove all external dependencies…
-
Currently, the `@font-face` css rule does not work in the chrome browser when used in component styles.
https://issues.chromium.org/issues/41085401
https://stackoverflow.com/questions/63710162/h…
-
The [polyfill-library](https://github.com/mrhenry/polyfill-library) is a module for building bundles based on feature-detection or user-agent detection.
It has bad reputation because of the polyfill.…