Skip to content

Commit a877a15

Browse files
authored
Add LocalNetworkAccess to OverridePermission
1 parent aae5300 commit a877a15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/PuppeteerSharp/OverridePermission.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,11 @@ public enum OverridePermission
8888
/// </summary>
8989
[EnumMember(Value = "durableStorage")]
9090
PersistentStorage,
91+
92+
/// <summary>
93+
/// Local Network Access.
94+
/// </summary>
95+
[EnumMember(Value = "local-network-access")]
96+
LocalNetworkAccess,
9197
}
9298
}

0 commit comments

Comments
 (0)