Skip to content

Commit 0f0daa9

Browse files
committed
add missing editor.completeFrom
1 parent 2097c92 commit 0f0daa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Base/DOM_.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ type rec abortController = private {
101101
A signal object that allows you to communicate with a WebApiDOM request (such as a WebApiFetch) and abort it if required via an AbortController object.
102102
[See AbortSignal on MDN](https://developer.mozilla.org/docs/Web/API/AbortSignal)
103103
*/
104-
and abortSignal = private {
104+
@editor.completeFrom(AbortSignal) and abortSignal = private {
105105
...eventTarget,
106106
/**
107107
Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise.

0 commit comments

Comments
 (0)