Browse Source

chore: add FIXME for remote deref (#14116)

Samuel Attard 6 years ago
parent
commit
5f7a595f0a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/browser/objects-registry.js

+ 1 - 0
lib/browser/objects-registry.js

@@ -87,6 +87,7 @@ class ObjectsRegistry {
 
   // Private: Dereference the object from store.
   dereference (id) {
+    // FIXME(MarshallOfSound): We should remove this once remote deref works well
     if (process.env.ELECTRON_DISABLE_REMOTE_DEREFERENCING) return
 
     let pointer = this.storage[id]