Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Chrome The Internet Technology

Chrome 75 Released With Web Share API File Support, Numeric Separators and Secret Reader Mode (venturebeat.com) 41

An anonymous reader writes: Google this week released Chrome 75 for Windows, Mac, Linux, Android, and iOS. The release includes hint for low latency canvas contexts, files supported in the Web Share API, numeric separators, and more developer features. [...] Next, files are now supported by the Web Share API. For years, Google has been working to bring native sharing capabilities to the web. The Web Share API allows web apps to invoke the same share dialog box as a native app. The implementation brings a new method and a new shareData property. Numeric literals now allow underscores (_, U+005F) as separators to make them more readable. Underscores can only appear between digits, and consecutive underscores are not allowed. There is also a reader mode that is not enabled by default. From a report: The big feature included with Chrome 75 is the addition of a hidden Reader Mode, similar to the one included with Firefox. This new Reader Mode is not active by default and must be turned on using one of Google Chrome's experimental flags -- which until recently has only been available in the Chrome Canary distribution. To enable and test Chrome's new Reader Mode, users must visit the chrome://flags/#enable-reader-mode section, and enable the Reader Mode option, as in the screenshot below. Chrome for Android includes these two features: 1. Generate strong and unique passwords with Chrome's built-in password manager. 2. Quickly look up your passwords by tapping any password field and using the new keyboard option.
This discussion has been archived. No new comments can be posted.

Chrome 75 Released With Web Share API File Support, Numeric Separators and Secret Reader Mode

Comments Filter:
  • Browser non gratta (Score:5, Insightful)

    by JoeyRox ( 2711699 ) on Wednesday June 05, 2019 @10:07AM (#58712328)
    You mean the browser people will stop using after it starts handicapping ad-blocking extensions?
  • by jellomizer ( 103300 ) on Wednesday June 05, 2019 @10:18AM (#58712362)

    What I find odd is how all the major browsers are failing to fully support the HTML5 Standard after all these years. When running the HTML5 test on them
    Google Chrome is usually the highest, then Firefox or Edge (they flip around) then IE is basically dead last.

    While Development in IE has stopped, I don't see why the browser makers can get get the full implementation (or near full implementation, as some codex's are closed sourced) in place

    • by AmiMoJo ( 196126 )

      Which test are you using? The only stuff I'm not seeing supported by Chrome is stuff I don't want anyway, i.e. it's only possible use is abuse.

      • The problem with the browser is there are few ways they are used. With External Website for normal web stuff, and as the User Interface Level for Applications. One of the HTML5 Feature for the latter would be the ability to upload a directory folder. Improved Menu Elements.

  • by FatAlb3rt ( 533682 ) on Wednesday June 05, 2019 @10:27AM (#58712396) Homepage

    > It has Reader Mode. It looks like this:

    Am I going to have to install this to actually understand what Reader Mode does? I didn't see any sort of description it.

    • Re:Reader Mode (Score:5, Informative)

      by WoodstockJeff ( 568111 ) on Wednesday June 05, 2019 @10:30AM (#58712412) Homepage

      "Reader View extension brings Mozilla's open-source Readability implantation to Chromium. Using this extension you can strip clutters from webpages and read them on "Reader View" mode. The extension allows you to toggle between normal view and reader view by pressing the page-action button."

      So, it's a way to make the decoration go away.

    • It takes what appears to be the main text of a web page, and just display that in a nice font (which can be configured). It removes most ads and clutter.

    • Re:Reader Mode (Score:5, Informative)

      by Bradmont ( 513167 ) on Wednesday June 05, 2019 @11:15AM (#58712596) Homepage

      Reader view is the best web browser feature around these days. As a long-time FF user I'm surprised it's just now making it into Chrome. It strips out all the sidebars, headers, footers, pop-ups, and so on -- pretty much everything but the main body of the article, and formats it in a very readable way. Sort of like reading the content of a page the way it would show up on an e-book reader. So, web content the way it ought to be displayed.

    • Did you bother to click on the accompanying link which explains it and shows images of it? No, I guess you didn't.
    • by jeremyp ( 130771 )

      Well, if it's anything like the one that Safari has had since forever, it basically just presents the text on a page in a nice readable format, stripping out the other crap like adverts etc. Also, if a story is presented in several parts on separate pages, it will aggregate them together into one continuous article.

      Sometimes it can be used to sidestep checks that you are not running an ad blocker

  • Numeric literals (Score:4, Interesting)

    by Errol backfiring ( 1280012 ) on Wednesday June 05, 2019 @10:39AM (#58712442) Journal

    Numeric literals now allow underscores (_, U+005F) as separators to make them more readable.

    So literals that are quite clearly NOT numeric are now all of a sudden numeric? Yikes! A literal like "1_000" should just throw an error. This is just a way of outsmarting a programmer. You never know if the programmer meant "A1_000" or something like that, or 1.000, or 1,000. Throwing an error is the only sensible way of dealing with this.

    • by Anonymous Coward

      It improves readability. Qucikly, tell me what number this is:
      10000000000

      What about this number:
      10_000_000_000

      Did you find one easier to figure out than the other? I certainly did.

      • If only one could write something like 10e9 or 1e10 or something like that...
        • by nazrhyn ( 906126 )
          I'm going to go out on a limb here and say that the OP AC used zeroes for simplicity.

          1329348538439 vs. 1_329_348_538_439

          The scientific notation for that wouldn't be much better than just writing it out: 1.329348538439e12

          To the other AC about commas: comma is already an operator in JavaScript.
      • by Nahor ( 41537 )

        Quickly, tell me what number this is:
        10_000_0000_000

        What about this number:
        10_000_0e00_001

        What about that:
        10_000-000_000

        So if I have to play close attention to make sure that the separator is used correctly, that negate most of its advantages.

        What about that:
        const MILLION = 1000000000

        or this:
        10e6

        So for the example you gave, there are better ways to make it readable.

        And sure the latter example is because the number is a bit special but then, what about this:
        3_141_592_553

  • by johannesg ( 664142 ) on Wednesday June 05, 2019 @10:41AM (#58712450)

    Wasn't that that browser that couldn't block ads? Have they fixed that now?

  • Imagine what this will enable!?!

    No, really, imagine it! Because I feel like that's a pretty minor detail to be one of the headline features...

  • It's mentioned here, and in the linked article, but as far as I can tell, it's not explained what reader-mode DOES or why someone would want to employ it?

    THANKS

A morsel of genuine history is a thing so rare as to be always valuable. -- Thomas Jefferson

Working...