We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f719eb8 commit 54e8939Copy full SHA for 54e8939
protocol.md
@@ -130,6 +130,22 @@ This expression will evaluate to the following object:
130
}
131
```
132
133
+`["undefined"]`
134
+
135
+The literal value `undefined`.
136
137
+`["inf"]`, `["-inf"]`, `["nan"]`
138
139
+The values Infinity, -Infinity, and NaN.
140
141
+`["bytes", base64]`
142
143
+A `Uint8Array`, represented as a base64-encoded string.
144
145
+`["bigint", decimal]`
146
147
+A bigint value, represented as a decimal string.
148
149
`["date", number]`
150
151
A JavaScript `Date` value. The number represents milliseconds since the Unix epoch.
0 commit comments