Package

org.scalajs.nodejs

fs

Permalink

package fs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AppendOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  2. trait FSWatcher extends Object with EventEmitter

    Permalink
    Annotations
    @RawJSType() @native()
  3. class FSWatcherOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  4. class FileEncodingOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  5. trait FileIOError extends Error

    Permalink
    Annotations
    @RawJSType() @native()
  6. class FileInputOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  7. type FileMode = Integer

    Permalink
  8. class FileOutputOptions extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  9. type FileType = Int

    Permalink
  10. trait Fs extends Object with NodeModule with EventEmitter

    Permalink
    Annotations
    @RawJSType() @native()
  11. trait ReadStream extends Object with Readable

    Permalink
    Annotations
    @RawJSType() @native()
  12. trait Stats extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  13. trait WriteStream extends Object with Writable

    Permalink
    Annotations
    @RawJSType() @native()

Value Members

  1. object FSWatcher

    Permalink
  2. object Fs

    Permalink
  3. object ReadStream

    Permalink
  4. object WriteStream

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped