| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1005,8 +1005,8 @@ ObjectDefineProperties(Writable.prototype, { | |||
| 1005 | 1005 | // where the writable side was disabled upon construction. | |
| 1006 | 1006 | // Compat. The user might manually disable writable side through | |
| 1007 | 1007 | // deprecated setter. | |
| 1008 | - return !!w && w.writable !== false && !w.errored && | ||
| 1009 | - (w[kState] & (kEnding | kEnded | kDestroyed)) === 0; | ||
| 1008 | + return !!w && w.writable !== false && | ||
| 1009 | + (w[kState] & (kEnding | kEnded | kDestroyed | kErrored)) === 0; | ||
| 1010 | 1010 | }, | |
| 1011 | 1011 | set(val) { | |
| 1012 | 1012 | // Backwards compatible. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments