-
This was also an issue in Goja: https://github.com/dop251/goja/issues/614
Nested array destructuring is not working as intended, here is a concrete example I've run into:
```
// Code from (what look…
-
During the work done in #800, there was a [proposal](https://github.com/grafana/xk6-browser/pull/800#discussion_r1121864070) for optimization for the browser options parsing, now that this has to be d…
-
@gedw99 suggested swapping out goja for [wazero](https://github.com/tetratelabs/wazero). The benefits cited were:
* faster startup and execution
* ability to write serverless functions in any lang…
-
Hi,
It would be really nice if the (r *Runtime) ToValue method could support an interface to allow custom conversion to goja values, working with reflect-based objects.
My use case would be to b…
-
[This comment](https://github.com/grafana/xk6-browser/issues/688#issuecomment-1408543524) suggested a way to use the mapping layer for terminal errors (panic, etc.). The idea is that we will bubble up…
-
# What?
We should create a documentation page explaining the `EOF` cases.
# Why?
`EOF` is hard to debug and is not evident to the customers. So the excellent article should serve as a good e…
-
At a high level, we need Go equivalents for the follow JS projects:
- Acorn (https://github.com/acornjs/acorn)
- Parse JS inside `` tags: https://youtu.be/mwvyKGw2CzU?t=1214
- Parse expressio…
-
Hi, @dop251 (and whoever else is interested in the development of goja).
tl;dr: I (on behalf of the k6 team) would like to coordinate on getting goja to support more ECMAScript standards :D.
I …
-
- [x] I have searched the [issues](https://github.com/brocaar/chirpstack-application-server/issues) of this repository and believe that this is not a duplicate.
## Summary
## What is…
-
Currently the HTTP digest authentication [is part of the `http.request()` method](https://github.com/loadimpact/k6/blob/9405ba29c68ced92c6b96974485d1541a8807f23/js/modules/k6/http/http_request.go#L470…