Get Blisk release v.9.0.177.201 with new features: Emulation update, New devices, Device in real size, Google tab, Shortcuts, New error reports, Chromium 65 + new APIs and technologies.
Starting in version 9 on all platforms, Blisk will use the newly improved emulation. The devices start displaying website's loading state. This release also has improved emulation performance - the devices load faster and resize better.
New emulation in Blisk v.9
Starting in version 9, Blisk supports:
Since version 9, we introduce the new feature: previewing device in real size. With this feature, you can check how your web application, fonts, and elements look on the real device.
Since version 9, we introduce the new feature: Google tab . Google tab is an overlaying tab with Google search. You can use this tab to quickly find anything on the web without leaving your current tab.
Google tab has two states:
Blisk lets you perform most tasks directly from the keyboard. You can find the list of the default bindings (keyboard shortcuts) below. Note: you cannot change the existing shortcuts.
Since version 9, Blisk displays error reports in the overlay over device and desktop. Device overlay displays device errors and desktop overlay displays desktop errors.
Since version 9, Blisk starts supporting latest APIs and technologies with Chromium 65:
console.log(navigator.connection.effectiveType);
> 4G
font-variation-settings
CSS property, stretch, style, weight and more, can easily be adjusted, providing an infinite number of stylistic variations. Those three fonts can now be combined into a single, compact file..heading {
font-family: "Avenir Next Variable";
font-size: 48px;
font-variation-settings: "wght" 700, "wdth" 75;
}
.content {
font-family: "Avenir Next Variable";
font-size: 24px;
font-variation-settings: "wght" 400;
}
MediaStream
directly from HTMLMediaElements
like audio and video, with the Media Capture from DOM Elements API
. After invoking captureStream()
on an HTML media element, the streamed content can be manipulated, processed, sent remotely or recorded. Imagine using web audio to create your own equalizer or vocoder. Or stream the content to a remote site using WebRTC. The possibilities are almost endless.background-image
or border-image
are usually used with url()
to load an image file or with CSS built-in functions like linear-gradient()
. Instead of using those, you can now use paint(myPainter)
to reference a paint worklet.Server-Timing
header to your response: 'Server-Timing': 'su=42;"Start-up",db-read=142;"Database Read"'
Learn more about Developer Mode, Development Domain, and Device Manager on Blisk Documentation.