Title: [246889] trunk/Source/WebCore
Revision
246889
Author
j...@apple.com
Date
2019-06-27 10:59:17 -0700 (Thu, 27 Jun 2019)

Log Message

Add status for Web Bluetooth Scanning standards specification.
https://bugs.webkit.org/show_bug.cgi?id=199235

Reviewed by Joseph Pecoraro.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (246888 => 246889)


--- trunk/Source/WebCore/ChangeLog	2019-06-27 17:47:17 UTC (rev 246888)
+++ trunk/Source/WebCore/ChangeLog	2019-06-27 17:59:17 UTC (rev 246889)
@@ -1,3 +1,12 @@
+2019-06-27  Jon Davis  <j...@apple.com>
+
+        Add status for Web Bluetooth Scanning standards specification.
+        https://bugs.webkit.org/show_bug.cgi?id=199235
+
+        Reviewed by Joseph Pecoraro.
+
+        * features.json:
+
 2019-06-27  Saam Barati  <sbar...@apple.com>
 
         Make WEBGPU enabled only on Mojave and later.

Modified: trunk/Source/WebCore/features.json (246888 => 246889)


--- trunk/Source/WebCore/features.json	2019-06-27 17:47:17 UTC (rev 246888)
+++ trunk/Source/WebCore/features.json	2019-06-27 17:59:17 UTC (rev 246889)
@@ -1351,6 +1351,15 @@
         "description": "An API to discover and communicate with devices over the Bluetooth."
     },
     {
+        "name": "Web Bluetooth Scanning",
+        "status": {
+            "status": "Not Considering"
+        },
+        "url": "https://webbluetoothcg.github.io/web-bluetooth/",
+        "keywords": ["bluetooth"],
+        "description": "An API to listen for Bluetooth Low Energy advertising packets."
+    },
+    {
         "name": "Web MIDI",
         "status": {
             "status": "Not Considering"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to