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
error: Uncaught SyntaxError: The requested module '/v45/[email protected]/deno/path-browserify.js' does not provide an export named 'basename'
at <anonymous> (https://cdn.esm.sh/v45/@tinyhttp/[email protected]/deno/content-disposition.js:2:66)
error: Uncaught SyntaxError: The requested module '/v45/[email protected]/deno/path-browserify.js' does not provide an export named 'basename'
at <anonymous> (https://cdn.esm.sh/v44/@tinyhttp/[email protected]/deno/content-disposition.js:2:66)
In v45, modules that use node.js
path
, no longer work properly:results in this:
trying to import from
v44
:yields this:
here's the source code for a module: https://github.com/tinyhttp/tinyhttp/blob/master/packages/content-disposition/src/index.ts
The text was updated successfully, but these errors were encountered: