Jan Biedermann
Jan Biedermann
### Goals of this PR - Have a perfectly working corelib on all platforms* - Improve maintainability of platforms and across platforms - Improve situation for self hosted Opal ###...
Deno 2.3 defines `globalThis.self`, which is `Window` and also renames all variables that shadow global variables by attaching a number to the variable. A function, which has been coded as:...
Issues persist on Bun. The recommendation is to avoid using Bun with Opal, instead use Node. Unfortunately its hard to resolve these, as the Bun debugger usually does not work....
This demonstrates the concept. All is documented at the end of corelib/string.rb. It implements at the moment String#
This implements mutable Strings via a direct Proxy of String building on the previous approach in #2358. This is far the cleanest approach and only a few of the existing...
Lets see how it goes ...
... meaning that the firefox runner won't work anymore with FF >= 141. FF now supports WebDriver BiDi, at least to some extend. Puppeteer would be a js library which...