Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: dont include util.textencoder in the browser #2919

Merged
merged 3 commits into from
Mar 13, 2020

Commits on Mar 12, 2020

  1. fix: dont include util.textencoder in the browser

    node 10 only has textencoder inside util and not in the global var so we need to do the standard node/browser swap to avoid including node util in the browser
    hugomrdias committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    061f724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea6d542 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. fix: add interop gh branch

    hugomrdias committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    e528bd2 View commit details
    Browse the repository at this point in the history