Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. feilongfl
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    feilongfl

    @feilongfl

    0
    Reputation
    227
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    feilongfl Follow

    Latest posts made by feilongfl

    • RE: cannot load webtorrent in my plugin.

      @pitaj thank you,it works well.

      posted in Plugin Development
      F
      feilongfl
    • cannot load webtorrent in my plugin.

      i want write a plugin about watch webtorrent video in nodebb.but when i use these in my chrome browser,it does not work.

      $.getScript("https://cdn.jsdelivr.net/webtorrent/latest/webtorrent.min.js");
      var wtclient = new WebTorrent();
      

      output show me that

      Uncaught ReferenceError: WebTorrent is not defined
          at <anonymous>:1:16
      

      the whole code is in my github.
      how can i fix this problem?

      software version

      nodebb: 1.6.1
      chrome: 62.0.3202.62
      windows 10
      node 6.8.0

      posted in Plugin Development
      F
      feilongfl