grafana / xk6-webcrypto

WIP implementation of the WebCrypto specification for k6
GNU Affero General Public License v3.0
7 stars 4 forks source link

Fix #55 and drop usage of `goja.SetTagFieldMapper` in the module code #56

Closed oleiade closed 10 months ago

oleiade commented 10 months ago

This PR contains a hot fix for #55

It removes usage of the goja.SetTagFieldMapper function in the module code, and introduces builder helpers to create the javascript objects exposed by the module.