You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ViewTransition object now includes a types key of type ViewTransitionTypeSet which implement the Set object.
/** Not sure if this is needed, but this is the name of the class when logs in the console */typeViewTransitionTypeSet=Set<string>;interfaceViewTransition{// Existingreadonlyfinished: Promise<undefined>;readonlyready: Promise<undefined>;readonlyupdateCallbackDone: Promise<undefined>;skipTransition(): void;// Missingtypes: ViewTransitionTypeSet;}
Feature supported by Chome (125) and Safari (18).
The text was updated successfully, but these errors were encountered:
ViewTransition types
The ViewTransition object now includes a types key of type
ViewTransitionTypeSet
which implement the Set object.Feature supported by Chome (125) and Safari (18).
The text was updated successfully, but these errors were encountered: