Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mappings from the browser module to Goja
As discussed in issue #661, we're now mapping the browser module methods to Goja. The global Goja field name mappers are removed from the code. The current mappers are just forwarders to the inner methods, and we add $ and $$ for Query and QueryAll methods. Let me know if I missed something while mapping the methods.
- Loading branch information