Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 374 Bytes

WebBrowser.md

File metadata and controls

14 lines (10 loc) · 374 Bytes

Web browser

WebBrowser is a project included since Pharo 7. The goal of the project is to offer to the user the possibility to open a link directly into the default browser of the computer.

It currently supports:

  • Most linux 32 and 64bits
  • OSX 32 and 64bits
  • Windows 32bits

To use it you just need to call:

WebBrowser openOn: 'https://pharo.org'