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
* Stop ignoring errors from ajv
* Fix spec arrays that should be strings
* Fix group array that should be a string
* Fix malformed `compute_from`
* Fix unencoded URIs
* Revert "Fix unencoded URIs"
This reverts commit ce7c06f.
* Remove `uri` fromat annotation from spec URLs' JSON Schema
Copy file name to clipboardExpand all lines: features/uint8array-base64-hex.yml
+1-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
name: Uint8Array base64 and hex conversion
2
2
description: The `Uint8Array` object methods `fromBase64()`, `toBase64()`, and `setFromBase64()` convert to and from base64 strings. The `fromHex()`, `toHex()`, and `setFromHex()` methods convert to and from hex strings.
Copy file name to clipboardExpand all lines: features/weak-references.yml
+1-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
name: Weak references
2
2
description: The `WeakRef` and `FinalizationRegistry` objects hold references to garbage-collectable objects without creating strong references that prevent their garbage collection.
0 commit comments