denoland / deno_core

The core engine at the heart of Deno
MIT License
233 stars 76 forks source link

Remove fast calls `options` usage #760

Open littledivy opened 1 month ago

littledivy commented 1 month ago

V8 will soon deprecate FastAPICallbackOptions (typically used to fallback to a slow call). This can be removed now because fast api calls no longer have gc and other limitations.