wasm-bindgen/examples/webrtc_datachannel
ch stands for cheng d83d33ce9a
Fix webrtc_datachannel example panic in Safari (#2616)
* Fix webrtc_datachannel exapmle panic in Safari

* Run cargo fmt
2021-07-13 09:05:42 -05:00
..
src Fix webrtc_datachannel example panic in Safari (#2616) 2021-07-13 09:05:42 -05:00
Cargo.toml Bump to 0.2.74 2021-05-10 07:08:17 -07:00
index.html [Examples] Add WebRTC DataChannel example (#2131) 2020-05-12 14:00:33 -05:00
index.js [Examples] Add WebRTC DataChannel example (#2131) 2020-05-12 14:00:33 -05:00
package.json [Examples] Add WebRTC DataChannel example (#2131) 2020-05-12 14:00:33 -05:00
README.md [Examples] Add WebRTC DataChannel example (#2131) 2020-05-12 14:00:33 -05:00
webpack.config.js [Examples] Add WebRTC DataChannel example (#2131) 2020-05-12 14:00:33 -05:00

WebRTC DataChannel Example

View documentation for this example online or View compiled example online

You can build the example locally with:

$ npm run serve

and then visiting http://localhost:8080 in a browser should run the example!