doc.go raw

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