Skip to content

Commit cac2d2a

Browse files
committed
Remove 'prerender' from document VisibilityState
Resolves microsoft/TypeScript#31957
1 parent f7e3d8d commit cac2d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inputfiles/idl/Page Visibility.widl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
enum VisibilityState {
2-
"hidden", "visible", "prerender"
2+
"hidden", "visible"
33
};
44

55
partial interface Document {

0 commit comments

Comments
 (0)