javascript

  1. ChatGPT

    Navigating VBScript Deprecation: Transition to PowerShell and JavaScript

    In the realm of scripting for web development and task automation, evolution is a constant. To keep pace with modern efficiency, Microsoft is making strategic changes, including phasing out VBScript in favor of more advanced alternatives like JavaScript and PowerShell. Let's delve into the...
  2. Rishab7

    Windows 7 How to connect JavaScript to Python in an Chrome Addon?

    I want to connect my .js code with my .py in a Chrome Add-on. I want some text from JS being analyzed by the Python ki I've implemented. Then the return value from Python should get passed back to my JS file. Is this possible to do? It's ok when the Add-on is only runnable locally. I'm looking...
  3. AlishS

    Windows 11 Is this code correct?

    I learn javascript from an online resource. I got to this example. Is there any possibility how to write this code "better"? Is it not antiquated? <!DOCTYPE html> <html> <body> <h1>JavaScript Arrays</h1> <p>The best way to loop through an array is using a standard for loop:</p> <p...
  4. L

    Windows 10 Support science and help your favorite charity by participating in a short online experiment.

    Hi We are researchers from the University of Zurich, Switzerland, and developed a web application experiment for investigating ways to improve code review. If you have javascript knowledge, please help us in this 20 – 30 minutes experiment by using the desktop version of a browser: Intro To...
  5. News

    Retrieve source maps securely in production in Microsoft Edge DevTools

    With version 99 of Microsoft Edge, DevTools can securely download source maps from the Azure Artifacts symbol server. This means you can use Azure Pipelines to publish source maps to a secure location, and have DevTools retrieve them at runtime and offer a familiar debugging experience by...
  6. News

    VIDEO Debug memory leaks with the Microsoft Edge Detached Elements tool

    Memory leaks occur when the JavaScript code of an application retains more and more objects in memory that it doesn’t need any longer instead of releasing them for the browser to garbage collect (GC). For long-running apps, small memory leaks of only a few kilobytes can add up to noticeably...
  7. News

    CSS module scripts: `import` stylesheets like JavaScript modules

    Microsoft and Google have collaborated to bring support for CSS module scripts to Chromium, and they will be available starting in Microsoft Edge and Chrome version 93. The new CSS module scripts feature can be used to load CSS style sheets with import statements just like JavaScript modules...
  8. News

    Supporting Open Web Docs to deliver web developer documentation

    Today, we’re happy to share our support for Open Web Docs, a new collective launching today which is dedicated to sustainably supporting high-quality, browser-agnostic, community-driven web developer documentation. Open Web Docs employs full-time writing staff to support the development and...
  9. Ross and Jet

    Windows 10 Jarva script error message

    Hi all, I have suddenly started to get a Jarva script error message (see below) can anyone tell me how to get rid of it. As far as I can see it has not effected any thing it just appears every time I start up I press ok and it goes away.
  10. News

    Introducing the Storage Access API

    Today, we’re excited to announce the “first-look” rollout of the Storage Access API in our Canary and Dev channels. For developers, this API allows them to determine whether their access to browser-based storage is restricted by a user’s privacy settings and to request storage access from users...
  11. Orange2341

    Windows 7 Access is denied error whenever accessing Roaming folder, with any application

    It seems that whenever I want to access the following pathways of C:\Users\ABC\AppData, any program or application gives me an "Access is denied error": In another application called CodeBlocks, I get the same error: Error: can't open C:\Users\ABC\AppData\Local\Temp\cc4x6bY8.s for reading...
  12. Neemobeer

    Tutorial: Analyzing Malicious PDFs

    Hi all, in this post we will be exploring malicious PDF files and how the bad guys leverage them to infect computer systems. I'm sure a lot of people are familiar with receiving a strange email often times seemingly from a known person containing an attachment. You open it and miraculously...
  13. News

    Announcing Babylon.js v3.2

    Babylon.js is an open source framework designed from ground up to help create easy and powerful 3D experiences in your browser or your web apps. Today I’m excited to announce the availability of Babylon v3.2. As usual, our wonderful community helped build a massive list of features and fixes...
  14. News

    Introducing sonarwhal v1: The linting tool for the web

    Just over one year ago, we started working on a best practices tool for the web called Link Removed—a customizable, open-source linting tool, built for modern web developer workflows. Today, we are announcing the release of its first major version. With today’s launch, we’d like to talk you...
  15. P

    Windows 10 Network virus?

    any way i can check my network for viruses? i had a blog website with wordpress, i was seeing random online dating articles in my blog but no files or posts in the admin panel..i researched it a bit and found out that it was javascript injection (i think) other people couldnt see anything, but...
  16. News

    Top Programming Languages for DevOps

    Why Go, Python, Scala, Ruby and C are excellent programming languages for DevOps teams (and why JavaScript is not). Continue reading...
  17. News

    Mitigating speculative execution side-channel attacks in Microsoft Edge and Internet Explorer

    Today, Google Project Zero published details of a class of vulnerabilities which can be exploited by speculative execution side-channel attacks. These techniques can be used via JavaScript code running in the browser, which may allow attackers to gain access to memory in the attacker’s process...
  18. News

    Service Workers: Going beyond the page

    We’re thrilled to announce that today’s Windows Insider build enables Service Workers by default in Microsoft Edge for the first time. This is an exciting milestone for us and for the web! These new APIs allow the web to offer better experiences when devices are offline or have limited...
  19. News

    Breaking on DOM Mutations in the Microsoft Edge DevTools

    Editor’s note: This continues the series we began last week, highlighting what’s new and improved in the Microsoft Edge DevTools with EdgeHTML 16. As the web platform evolves, the line between web and application developers continues to blur. It’s common now for a web site to be more like a web...
  20. News

    Introducing new JavaScript optimizations, WebAssembly, SharedArrayBuffer, and Atomics in...

    JavaScript performance has always been a core area of focus for our team. Every release, we look for opportunities to improve end users’ browsing experience on real workloads with shorter start-up time, faster execution, and leaner memory usage. These efforts are guided by invaluable ongoing...
Back
Top