WebBluetoothCG / web-bluetooth

Bluetooth support for the Web.
http://www.w3.org/community/web-bluetooth/
Other
1.37k stars 185 forks source link

Fix bikeshed issue with 'denied' #602

Closed beaufortfrancois closed 1 year ago

beaufortfrancois commented 1 year ago

This PR fixes bikeshed issue below:

    $ bikeshed --die-on=warning spec "scanning.bs" "scanning.bs.built.html" 
      LINK ERROR: No 'enum-value' refs found for '"denied"' with spec 'permissions-1'.
      {{"denied"}}
       ✘  Did not generate, due to fatal errors
    Command `bikeshed --die-on=warning spec "scanning.bs" "scanning.bs.built.html" ` failed with exit code: 2.
beaufortfrancois commented 1 year ago

Merging this PR to unblock other PRs stuck with this error.