Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 102 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,108 @@
}
]
},
{
"id": "peripherals",
"name": "Peripheral APIs",
"scope": "APIs for web pages to use local peripheral connectivity standards.",
"editors": [
{
"name": "Matt Reynolds",
"email": "mattreynolds@google.com"
},
{
"name": "Reilly Grant",
"email": "reillyg@google.com"
}
],
"standards": [
{
"name": "WebBluetooth",
Comment thread
tantek marked this conversation as resolved.
"href": "https://bluetooth.spec.whatwg.org/",
"description": "The WebBluetooth Standard defines an API for web applications to provide user access to peripherals via the Bluetooth standard.",
"authors": [
{
"name": "Reilly Grant",
"email": "reillyg@google.com"
}
],
"reference": "WEBBLUETOOTH",
"review_draft_schedule": [
6,
12
],
"twitter": ""
},
{
"name": "WebHID",
"href": "https://hid.spec.whatwg.org/",
"description": "The WebHID Standard defines an API for web applications to provide user access to peripherals via the HID standard.",
"authors": [
{
"name": "Matt Reynolds",
"email": "mattreynolds@google.com"
}
],
"reference": "WEBHID",
"review_draft_schedule": [
6,
12
],
"twitter": ""
},
{
"name": "WebNFC",
Comment thread
tantek marked this conversation as resolved.
"href": "https://nfc.spec.whatwg.org/",
"description": "The WebNFC Standard defines an API for web applications to provide user access to peripherals via the NFC standard.",
"authors": [
{
"name": "Matt Reynolds",
"email": "mattreynolds@google.com"
}
],
"reference": "WEBNFC",
"review_draft_schedule": [
6,
12
],
"twitter": ""
},
{
"name": "WebSerial",
Comment thread
tantek marked this conversation as resolved.
"href": "https://serial.spec.whatwg.org/",
"description": "The WebSerial Standard defines an API for web applications to provide user access to peripherals via standard serial interconnects such as RS-232 or RS-422 or emulations thereof over transports such as USB or Bluetooth.",
"authors": [
{
"name": "Reilly Grant",
"email": "reillyg@google.com"
}
],
"reference": "WEBSERIAL",
"review_draft_schedule": [
6,
12
],
"twitter": ""
},
{
"name": "WebUSB",
"href": "https://usb.spec.whatwg.org/",
"description": "The WebUSB Standard defines an API for web applications to provide user access to peripherals via the USB standard.",
"authors": [
{
"name": "Reilly Grant",
"email": "reillyg@google.com"
}
],
"reference": "WEBUSB",
"review_draft_schedule": [
6,
12
],
"twitter": ""
}
]
},
{
"id": "quirks",
"name": "Quirks Mode",
Expand Down
Loading