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
Editorial: Use valid UUID in blob: URL example (#151)
The algorithm for creating a blob URL references RFC4122 to generate a UUID. However the example contains an _invalid_ UUID (according to RFC4122): 9115d58c-bcda-ff47-86e5-083e9a215304
This given string is not a valid UUID because it does not contain a meaningful version field (the first character after the second dash).
0 commit comments