-
Notifications
You must be signed in to change notification settings - Fork 465
Open
Labels
feature requestRequest for Workers team to add a featureRequest for Workers team to add a featurenodejs compat
Description
The docs say:
The
fs.globSync()and other glob APIs have not yet been implemented.
And when I try:
import fs from "node:fs/promises";
fs.glob("*")
I get:
Uncaught Error: The requested operation is unsupported
at null.<anonymous> (node-internal:internal_fs_promises:437:11) in glob
Thanks for considering.
Metadata
Metadata
Assignees
Labels
feature requestRequest for Workers team to add a featureRequest for Workers team to add a featurenodejs compat