Sha256: d6c1fc1e6e72ea9fc5984b6fdee65c42da7aee516fce0534868cdb6374dac8d2

Contents?: true

Size: 522 Bytes

Versions: 10

Compression:

Stored size: 522 Bytes

Contents

require 'opal-platform'

case OPAL_PLATFORM
when 'nashorn'          then require 'nashorn'
when 'gjs'              then require 'gjs'
when 'quickjs'          then require 'quickjs'
when 'deno'             then require 'deno/base'
when 'nodejs'           then require 'nodejs/base'
when 'headless-chrome'  then require 'headless_browser/base'
when 'headless-firefox' then require 'headless_browser/base'
when 'safari'           then require 'headless_browser/base'
when 'opal-miniracer'   then require 'opal/miniracer'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
opal-1.8.3.rc1 stdlib/opal/platform.rb
opal-1.8.2 stdlib/opal/platform.rb
opal-1.8.1 stdlib/opal/platform.rb
opal-1.8.0 stdlib/opal/platform.rb
opal-1.8.0.beta1 stdlib/opal/platform.rb
opal-1.7.4 stdlib/opal/platform.rb
opal-1.8.0.alpha1 stdlib/opal/platform.rb
opal-1.7.3 stdlib/opal/platform.rb
opal-1.7.2 stdlib/opal/platform.rb
opal-1.7.1 stdlib/opal/platform.rb