From f1dbfb1925c07e7dfad7d577c446d9eb88a67ff7 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 28 Jun 2017 08:36:29 -0700 Subject: [PATCH] Mark app.enableMixedSandbox() as experimental --- docs/api/app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/app.md b/docs/api/app.md index 9e736f0872ad..890987bac755 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -903,9 +903,9 @@ correctly. **Note:** This will not affect `process.argv`. -### `app.enableMixedSandbox()` +### `app.enableMixedSandbox()` _Experimental_ -Enables mixed sandbox mode on the app. +Enables mixed sandbox mode on the app. This method can only be called before app is ready.