Restrict access to specific libraries when running code in an isolate #16373
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
core-l
library-isolate
type-enhancement
A request for a change that isn't a bug
This issue was originally filed by [email protected]
The option to run Dart code in an isolate (e.g. using Isolate.spawnUri) without access to specific libraries is desirable.
Use case: implementation of a simple sandbox for 'safe' code by restricting access to dart:io.
The text was updated successfully, but these errors were encountered: