- From: François Beaufort via GitHub <sysbot+gh@w3.org>
- Date: Wed, 12 Apr 2017 07:03:14 +0000
- To: public-web-bluetooth-log@w3.org
beaufortfrancois has just created a new issue for https://github.com/WebBluetoothCG/web-bluetooth: == s/gattserverdisconnected/gattserverdisconnect == >From what I can see in several Web APIs such as WebUSB , Remote Playback and Presentation, they use `onconnect` and `ondisconnect`, not `onconnected` and `ondisconnected`, Therefore I believe we should follow that pattern and use `gattserverdisconnect` instead of `gattserverdisconnected`. ```idl [ImplementedAs=ongattserverdisconnected] attribute EventHandler ongattserverdisconnect; ``` Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/363 using your GitHub account
Received on Wednesday, 12 April 2017 07:03:20 UTC