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
I'm trying to fetch a local resource using Fetch API
constmjsContent=awaitfetch(mjsPluginUrl,{headers: {// doing cors request to mjs file'Access-Control-Allow-Origin': '*',},}).then(asyncresponse=>awaitresponse.text());
Description
I'm trying to fetch a local resource using Fetch API
get
Body:
Library version
14.2.0
Node version
v18.12.1
The text was updated successfully, but these errors were encountered: