Interface SourceBuffer

All Superinterfaces:
org.teavm.jso.JSObject

public interface SourceBuffer extends org.teavm.jso.JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • appendBuffer

      void appendBuffer(Uint8Array array)
    • getUpdating

      boolean getUpdating()