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
All official documentation and examples on this subject are outdated.
It appears the issue of having to resolve a worker is going away. Instead of putting this burden on the user if this library, it may be better to move this to the plugins instead. I.e., a plugin could call something like:
Undici (aka fetch) now wants to create blobs backed up by filesystems as well when parsing multipart FormData.
New discussion is taking place here to bring life into some kind of fs.getFileBlob('some-file-path.txt') so just more reason to wanting to have this in the feature
Currently to use Monaco with module bundlers such as Webpack 5, Parcel, Snowpack, or natively in ESM in a browser, one needs to use the following:
All official documentation and examples on this subject are outdated.
It appears the issue of having to resolve a worker is going away. Instead of putting this burden on the user if this library, it may be better to move this to the plugins instead. I.e., a plugin could call something like:
This way users don’t have to deal with workers explicitly anymore.
The text was updated successfully, but these errors were encountered: