Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/phpc0de/go-js-dom

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/phpc0de/go-js-dom

  • v0.0.0-20210725211120-f030747120f2
  • Source
  • Go
  • Socket score

Version published
Created
Source

js/dom

Package dom provides Go bindings for the JavaScript DOM APIs.

Version 2

API Status: Alpha, more API changes may be done soon

Version 2 of package dom is implemented on top of the syscall/js API and supports both Go WebAssembly and GopherJS.

It provides an API that is as close as possible to v1, with the following neccessary changes:

  • All struct fields with js:"foo" tags have been replaced with equivalent methods
  • Underlying() returns js.Value instead of *js.Object
  • AddEventListener() returns js.Func instead of func(*js.Object)

Install

go get honnef.co/go/js/dom/v2

Documentation

For documentation, see https://godoc.org/honnef.co/go/js/dom/v2.

Version 1

API Status: Stable, changes only due to DOM being a moving target

Version 1 of package dom is implemented on top of the github.com/gopherjs/gopherjs/js API and supports GopherJS only.

Install

go get honnef.co/go/js/dom

Documentation

For documentation, see https://godoc.org/honnef.co/go/js/dom.

FAQs

Package last updated on 25 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc