doc.go 280 B

12345678
  1. //go:build js && wasm
  2. /*
  3. Package safejs provides guardrails around the [syscall/js] package, like turning thrown exceptions into errors.
  4. Since [syscall/js] is experimental, this package may have breaking changes to stay aligned with the latest versions of Go.
  5. */
  6. package safejs