blob: 03ed5abb9684b974f3fe735248595aaf970cb058 (
plain)
1
2
3
4
5
6
7
|
error: Uncaught (in promise) ReferenceError: Temporal is not defined
Temporal.Now.instant();
^
at [WILDCARD]missing_flag.js:1:1
info: Temporal is an unstable API.
hint: Run again with `--unstable-temporal` flag to enable this API.
|