diff --git a/idl.md b/idl.md index 757854b..a894bbb 100644 --- a/idl.md +++ b/idl.md @@ -24,9 +24,9 @@ dictionary SyncRegistrationOptions { }; enum SyncPermissionState { - "default", + "granted", "denied", - "granted" + "prompt" }; enum SyncNetworkState {