Library Documentation
NPM
GitHub
Preparing search index...
The search index is not available
Amplify JS API Documentation
Amplify JS API Documentation
@aws-amplify/adapter-nextjs
index
<Reference Types>
WritableStream
Interface WritableStream<W>
interface
WritableStream
<
W
>
{
locked
:
boolean
;
abort
(
reason
?
)
:
Promise
<
void
>
;
close
(
)
:
Promise
<
void
>
;
getWriter
(
)
:
WritableStreamDefaultWriter
<
W
>
;
}
Type Parameters
W
=
any
Hierarchy (
view full
)
_WritableStream
<
W
>
WritableStream
Index
Properties
locked
Methods
abort
close
get
Writer
Properties
Readonly
locked
locked
:
boolean
Methods
abort
abort
(
reason
?
)
:
Promise
<
void
>
Parameters
Optional
reason
:
any
Returns
Promise
<
void
>
close
close
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Writer
get
Writer
(
)
:
WritableStreamDefaultWriter
<
W
>
Returns
WritableStreamDefaultWriter
<
W
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
locked
abort
close
get
Writer
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter